Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Portal:Desktop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
== Building Qt == | == Building Qt == | ||
*[[Building_Qt_for_Linux]] | * [[Building_Qt_for_Linux]] | ||
*[[Building_Qt_Desktop_for_Windows_with_MinGW]] | * [[Building_Qt_Desktop_for_Windows_with_MinGW]] | ||
*[[Building Qt Desktop for Windows with MSVC]] | * [[Building Qt Desktop for Windows with MSVC]] | ||
*[[Static_Qt_Build_for_Windows_with_GCC]] | * [[Static_Qt_Build_for_Windows_with_GCC]] | ||
* [[Compiling-ICU-with-MSVC]] | |||
* [[Cannot Install Windows SDK]] | |||
== QtQuick == | == QtQuick == | ||
* [[Qt Quick Tutorial]] | * [[Qt Quick Tutorial]] | ||
* [[10 secret Ninja weapons for Qt Quick QML developers]] | * [[10 secret Ninja weapons for Qt Quick QML developers]] | ||
* [[Connect a complex signal from QML to Qt]] | |||
* [[Creating-a-property-binding-from-JavaScript]] | |||
== 2D == | == 2D == | ||
Line 24: | Line 28: | ||
== Database == | == Database == | ||
* [[Building the MySQL Plugin]] | * [[Building the MySQL Plugin]] | ||
== Guidelines == | |||
* [[Colors and Font Guidelines]] | |||
* [[API Design Principles]] | |||
* [[Coding Conventions]] | |||
== Other == | == Other == | ||
Line 29: | Line 38: | ||
* [[Basics Of Plugins]] | * [[Basics Of Plugins]] | ||
* [[Call an AppleScript from Qt]] | * [[Call an AppleScript from Qt]] | ||
* [[Automating generation of qm files]] | * [[Automating generation of qm files]] | ||
* [[Assigning a file type to an Application on Windows]] | * [[Assigning a file type to an Application on Windows]] |
Revision as of 09:33, 26 May 2015
En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh
Deployment
- BuildingQtInstallers
- Qt-Installer-Framework
- Deploying_a_Qt5_Application_Linux
- Deploying_Windows_Applications
- Build Standalone Qt Application for Windows
Building Qt
- Building_Qt_for_Linux
- Building_Qt_Desktop_for_Windows_with_MinGW
- Building Qt Desktop for Windows with MSVC
- Static_Qt_Build_for_Windows_with_GCC
- Compiling-ICU-with-MSVC
- Cannot Install Windows SDK
QtQuick
- Qt Quick Tutorial
- 10 secret Ninja weapons for Qt Quick QML developers
- Connect a complex signal from QML to Qt
- Creating-a-property-binding-from-JavaScript