Difference between revisions of "Qt"

From ProgrammingExamples
Jump to: navigation, search
(Model/View)
(Building)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Building ==
 +
See this guide to get started: http://www.itk.org/Wiki/CMake/Tutorials/Qt
 +
 
== Simple Widgets ==
 
== Simple Widgets ==
 +
* [[Qt/AutoConnect|Auto connect slots]]
 
* [[Qt/ToolbarIcons|Toolbar icons]]
 
* [[Qt/ToolbarIcons|Toolbar icons]]
 
* [[Qt/Icons|Use icons without resources (QCommonStyle) - Old method]]
 
* [[Qt/Icons|Use icons without resources (QCommonStyle) - Old method]]
Line 41: Line 45:
 
* [[Qt/ModelView/ItemSelectionModel|Track selected items in a model]]
 
* [[Qt/ModelView/ItemSelectionModel|Track selected items in a model]]
  
* [[Broken/Qt/ModelView/AbstractTableModelCheckable|A table with checkboxes]]
+
* [[Qt/ModelView/AbstractTableModelCheckable|A table with checkboxes]]
  
 
== Utilities ==
 
== Utilities ==
Line 48: Line 52:
 
* [[Qt/Utilities/DragAndDropFiles|Drag and drop files onto a widget]]
 
* [[Qt/Utilities/DragAndDropFiles|Drag and drop files onto a widget]]
 
* [[Qt/Utilities/HandleItem|Add resize handles to a rectangle]]
 
* [[Qt/Utilities/HandleItem|Add resize handles to a rectangle]]
 +
* [[Qt/Utilities/EventFilter|Handle another widgets event]]
 +
* [[Qt/Utilities/Settings|Save application settings]]
  
 
== Other ==
 
== Other ==
Line 71: Line 77:
 
== QWT ==
 
== QWT ==
 
* [[Qt/QWT/Plot|Simple plot]]
 
* [[Qt/QWT/Plot|Simple plot]]
 +
 +
== Events ==
 +
* [[Qt/Events/Resize|Resize a graphics item when the form is resized]]

Latest revision as of 11:30, 21 September 2012

Building

See this guide to get started: http://www.itk.org/Wiki/CMake/Tutorials/Qt

Simple Widgets

Model/View

Utilities

Other

Images

Delegates

Databases

QWT

Events