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 8: | Line 8: | ||
* [[Build Standalone Qt Application for Windows]] | * [[Build Standalone Qt Application for Windows]] | ||
== Building Qt == | == Installing / Building Qt == | ||
* [[Building_Qt_for_Linux]] | * [[Install Qt 5 on Ubuntu]]* [[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]] | ||
* [[Building a static Qt for Windows using MinGW]] | |||
* [[Compiling-ICU-with-MSVC]] | * [[Compiling-ICU-with-MSVC]] | ||
* [[Cannot Install Windows SDK]] | * [[Cannot Install Windows SDK]] | ||
* [[How to install Visual Studio plugin on machine which had Visual studio Integration]] | |||
* [[How to speed up Qt Windows Vc Build]] | |||
== Widgets == | == Widgets == | ||
* [[How to Use QPushButton]] | |||
* [[Creating a styled Gradient Button Bar]] | * [[Creating a styled Gradient Button Bar]] | ||
* [[Custom QListWidget]] | * [[Custom QListWidget]] | ||
Line 22: | Line 26: | ||
== QtQuick == | == QtQuick == | ||
* [[Qt Quick Tutorial]] | * [[Qt Quick Tutorial]] | ||
* [[JavaScript]] | |||
* [[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]] | * [[Connect a complex signal from QML to Qt]] | ||
* [[Creating-a-property-binding-from-JavaScript]] | * [[Creating-a-property-binding-from-JavaScript]] | ||
* [[Drag and Drop within a GridView]] | |||
* [[How to Bind a QML Property to a C++ Function]] | |||
* [[How to create columns in a QML ListView]] | |||
* [[How to use a C class declared in a namespace with Q PROPERTY and QML]] | |||
== 2D == | == 2D == | ||
Line 33: | Line 42: | ||
* [[Building the MySQL Plugin]] | * [[Building the MySQL Plugin]] | ||
* [[General Database Connection Dialog]] | * [[General Database Connection Dialog]] | ||
* [[How to Store and Retrieve Image on SQLite]] | |||
* [[How to Use a QSqlQueryModel in QML]] | |||
* [[How to write a SQLDatabase Driver]] | |||
== Guidelines == | == Guidelines == | ||
Line 42: | Line 54: | ||
== Other == | == Other == | ||
* [[Getting Started]] | |||
* [[Getting Started on the Commandline]] | |||
* [[How to Use Signals and Slots]] | |||
* [[Basic Qt Programming Tutorial]] | * [[Basic Qt Programming Tutorial]] | ||
* [[Basics Of Plugins]] | * [[Basics Of Plugins]] | ||
Line 47: | Line 62: | ||
* [[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]] | ||
* [[Exporting a document to PDF]] | |||
* [[Filter Columns in a QFileSystemModel]] | |||
* [[Handling CSV]] | |||
* [[Handling Microsoft Excel file format]] | |||
* [[Handling OpenDocument Spreadsheet]] | |||
* [[How to Use QSettings]] | |||
* [[How to create a library with Qt and use it in an application]] | |||
* [[Including_.pro_Files]] |
Revision as of 10:24, 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
Installing / Building Qt
- Install Qt 5 on Ubuntu* 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
- Building a static Qt for Windows using MinGW
- Compiling-ICU-with-MSVC
- Cannot Install Windows SDK
- How to install Visual Studio plugin on machine which had Visual studio Integration
- How to speed up Qt Windows Vc Build
Widgets
QtQuick
- Qt Quick Tutorial
- JavaScript
- 10 secret Ninja weapons for Qt Quick QML developers
- Connect a complex signal from QML to Qt
- Creating-a-property-binding-from-JavaScript
- Drag and Drop within a GridView
- How to Bind a QML Property to a C++ Function
- How to create columns in a QML ListView
- How to use a C class declared in a namespace with Q PROPERTY and QML
2D
Database
- Building the MySQL Plugin
- General Database Connection Dialog
- How to Store and Retrieve Image on SQLite
- How to Use a QSqlQueryModel in QML
- How to write a SQLDatabase Driver
Guidelines
Other
- Getting Started
- Getting Started on the Commandline
- How to Use Signals and Slots
- Basic Qt Programming Tutorial
- Basics Of Plugins
- Call an AppleScript from Qt
- Automating generation of qm files
- Assigning a file type to an Application on Windows
- Exporting a document to PDF
- Filter Columns in a QFileSystemModel
- Handling CSV
- Handling Microsoft Excel file format
- Handling OpenDocument Spreadsheet
- How to Use QSettings
- How to create a library with Qt and use it in an application
- Including_.pro_Files