aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols
Commit message (Expand)AuthorAgeFilesLines
* TextEditor example: allow setting multiple font attributesShawn Rutledge2025-04-291-4/+4
* Remove menu shortcut from Controls gallery exampleShawn Rutledge2025-04-291-5/+0
* TextEditor example: Add font and color dialog actions to Format menuShawn Rutledge2025-04-281-0/+6
* Improve QML in Controls TextEditor exampleShawn Rutledge2025-04-281-11/+2
* TextEditor example: add actions to built-in context menu, remove custom menuShawn Rutledge2025-04-082-55/+35
* Basic Style: Add support for dark mode color schemeMohammadHossein Qanbari2025-04-051-1/+1
* Gallery Example: Fix Shortcut.sequence warningMohammadHossein Qanbari2025-04-031-1/+1
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-062-62/+49
* Limit page stacking to only one pageMorteza Jamshidi2025-02-031-0/+3
* Spreadsheets: Fix drag and drop issue after scrolling in table viewMohammadHossein Qanbari2025-01-281-94/+102
* Spreadsheets: Prevent data loss when dropping cells in invalid locationsMohammadHossein Qanbari2025-01-241-0/+23
* Compute implicitSize based on implicitContentSize in Popup and subclassesTor Arne Vestbø2024-12-191-2/+2
* Compute implicitSize based on implicitContentSize in Pane and subclassesTor Arne Vestbø2024-12-181-2/+2
* Spreadsheets Example: Use TableViewDelegateMohammadHossein Qanbari2024-11-303-55/+15
* SpreadSheet: Use SpreadModel to invoke the required mapping functionsSanthosh Kumar2024-11-112-2/+2
* Spreadsheets Example: Fix hang on dragging header through selected cellsMohammadHossein Qanbari2024-11-071-0/+1
* Gallery example: add colorScheme selectionVolker Hilsheimer2024-10-241-0/+39
* Clean up CMake output from wearable example when building qtdeclarativeEd Cooke2024-10-101-4/+5
* Spreadsheets Example: Remove circular dependencyMohammadHossein Qanbari2024-09-103-1/+3
* Doc: Fix links to Qt Creator documentationLeena Miettinen2024-08-301-3/+3
* Spreadsheets Example: Add DocumentationMohammadHossein Qanbari2024-08-302-0/+77
* Gallery example: add FluentWinUI3 to the list of stylesVolker Hilsheimer2024-08-291-1/+2
* Gallery example: don't hardcode the width of the settings dialogVolker Hilsheimer2024-08-291-1/+0
* Spreadsheets Example: Fix Installation and DeploymentMohammadHossein Qanbari2024-08-222-4/+6
* Spreadsheets Example: Some improvementsMohammadHossein Qanbari2024-08-175-341/+314
* Doc: Fix qdoc link warnings to Qt Creator docsAndreas Eliasson2024-08-081-2/+2
* Add an example to create and use custom tree model in quick tree viewSanthosh Kumar2024-08-0712-0/+519
* wasm: Remove qmldir from RESOURCES in CMakeLists.txtEven Oscar Andersen2024-08-011-1/+0
* Spreadsheets Example: Check if clipboard is supportedMohammadHossein Qanbari2024-07-231-0/+12
* Add Expanding size policy to some controls and itemsJan Arve Sæther2024-07-172-5/+1
* Spreadsheets Example: Fix bug in inserting a new rowMohammadHossein Qanbari2024-07-121-0/+1
* Spreadsheets Example: Separate HeaderViews and TapHandlers as typesMohammadHossein Qanbari2024-07-105-428/+474
* Spreadsheets Example: Use TapHandler instead of MouseAreaMohammadHossein Qanbari2024-07-091-42/+80
* Examples: use qt_standard_project_setup in more placesFabian Kosmale2024-07-039-18/+18
* examples: Consistently require Qt 6.8Fabian Kosmale2024-07-033-3/+3
* Doc: Fix qsTr() linkAndreas Eliasson2024-07-011-3/+3
* Correct license for example filesLucie Gérard2024-06-272-2/+2
* Spreadsheet Example: Fix bug in update and minor improvementMohammadHossein Qanbari2024-06-116-15/+51
* Spreadsheets Example: some fixes and improvementsMohammadHossein Qanbari2024-06-112-102/+97
* Add the Spreadsheet exampleMohammadHossein Qanbari2024-06-0334-0/+2865
* Fix contactlist example not finding ContactList type on macOSMitch Curtis2024-04-151-1/+0
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-2719-182/+193
* Fix contactlist example (CMake version)Fabian Kosmale2024-03-271-1/+2
* Add pause for the notifications to be properly shownFrédéric Lefebvre2024-03-221-0/+1
* Correct license for examples filesLucie Gérard2024-03-2119-19/+19
* Adjust Controls Text Editor example and docs furtherShawn Rutledge2024-03-185-36/+16
* doc: Update Controls Text Editor example docsShawn Rutledge2024-03-122-36/+129
* TextEditor example: use Actions in a DRY way; TapHandlerShawn Rutledge2024-03-121-56/+40
* doc: Update TextEdit.textFormat, text and TextDocument.sourceShawn Rutledge2024-03-061-1/+1
* Update manual tests and examples for change in default size policySanthosh Kumar2024-02-2113-0/+30