annotate examples/itemviews/editabletreemodel/default.txt @ 374:681af90e1d53

Removed debug writelns. Fixed build script.
author Max Samukha <maxter@spambox.com>
date Thu, 08 Jul 2010 22:21:56 +0300
parents ea0861a37bf6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
153
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
1 Getting Started How to familiarize yourself with Qt Designer
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
2 Launching Designer Running the Qt Designer application
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
3 The User Interface How to interact with Qt Designer
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
4
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
5 Designing a Component Creating a GUI for your application
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
6 Creating a Dialog How to create a dialog
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
7 Composing the Dialog Putting widgets into the dialog example
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
8 Creating a Layout Arranging widgets on a form
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
9 Signal and Slot Connections Making widget communicate with each other
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
10
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
11 Using a Component in Your Application Generating code from forms
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
12 The Direct Approach Using a form without any adjustments
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
13 The Single Inheritance Approach Subclassing a form's base class
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
14 The Multiple Inheritance Approach Subclassing the form itself
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
15 Automatic Connections Connecting widgets using a naming scheme
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
16 A Dialog Without Auto-Connect How to connect widgets without a naming scheme
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
17 A Dialog With Auto-Connect Using automatic connections
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
18
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
19 Form Editing Mode How to edit a form in Qt Designer
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
20 Managing Forms Loading and saving forms
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
21 Editing a Form Basic editing techniques
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
22 The Property Editor Changing widget properties
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
23 The Object Inspector Examining the hierarchy of objects on a form
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
24 Layouts Objects that arrange widgets on a form
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
25 Applying and Breaking Layouts Managing widgets in layouts
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
26 Horizontal and Vertical Layouts Standard row and column layouts
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
27 The Grid Layout Arranging widgets in a matrix
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
28 Previewing Forms Checking that the design works
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
29
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
30 Using Containers How to group widgets together
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
31 General Features Common container features
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
32 Frames QFrame
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
33 Group Boxes QGroupBox
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
34 Stacked Widgets QStackedWidget
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
35 Tab Widgets QTabWidget
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
36 Toolbox Widgets QToolBox
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
37
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
38 Connection Editing Mode Connecting widgets together with signals and slots
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
39 Connecting Objects Making connections in Qt Designer
ea0861a37bf6 add editabletreemodel, still buggy
mandel
parents:
diff changeset
40 Editing Connections Changing existing connections