~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/widgets/itemviews/editabletreemodel/default.txt

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Getting Started                         How to familiarize yourself with Qt Designer
 
2
    Launching Designer                  Running the Qt Designer application
 
3
    The User Interface                  How to interact with Qt Designer
 
4
 
 
5
Designing a Component                   Creating a GUI for your application
 
6
    Creating a Dialog                   How to create a dialog
 
7
    Composing the Dialog                Putting widgets into the dialog example
 
8
    Creating a Layout                   Arranging widgets on a form
 
9
    Signal and Slot Connections         Making widget communicate with each other
 
10
 
 
11
Using a Component in Your Application   Generating code from forms
 
12
    The Direct Approach                 Using a form without any adjustments
 
13
    The Single Inheritance Approach     Subclassing a form's base class
 
14
    The Multiple Inheritance Approach   Subclassing the form itself
 
15
    Automatic Connections               Connecting widgets using a naming scheme
 
16
        A Dialog Without Auto-Connect   How to connect widgets without a naming scheme
 
17
        A Dialog With Auto-Connect      Using automatic connections
 
18
 
 
19
Form Editing Mode                       How to edit a form in Qt Designer
 
20
    Managing Forms                      Loading and saving forms
 
21
    Editing a Form                      Basic editing techniques
 
22
    The Property Editor                 Changing widget properties
 
23
    The Object Inspector                Examining the hierarchy of objects on a form
 
24
    Layouts                             Objects that arrange widgets on a form
 
25
        Applying and Breaking Layouts   Managing widgets in layouts 
 
26
        Horizontal and Vertical Layouts Standard row and column layouts
 
27
        The Grid Layout                 Arranging widgets in a matrix
 
28
    Previewing Forms                    Checking that the design works
 
29
 
 
30
Using Containers                        How to group widgets together
 
31
    General Features                    Common container features
 
32
    Frames                              QFrame
 
33
    Group Boxes                         QGroupBox
 
34
    Stacked Widgets                     QStackedWidget
 
35
    Tab Widgets                         QTabWidget
 
36
    Toolbox Widgets                     QToolBox
 
37
 
 
38
Connection Editing Mode                 Connecting widgets together with signals and slots
 
39
    Connecting Objects                  Making connections in Qt Designer
 
40
    Editing Connections                 Changing existing connections