tests/auto/uic3/baseline/options.ui
changeset 0 1918ee327afb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/uic3/baseline/options.ui	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,587 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>OptionsDialog</class>
+<widget class="QDialog">
+    <property name="name">
+        <cstring>OptionsDialog</cstring>
+    </property>
+    <property name="geometry">
+        <rect>
+            <x>0</x>
+            <y>0</y>
+            <width>371</width>
+            <height>482</height>
+        </rect>
+    </property>
+    <property name="caption">
+        <string>Select Options</string>
+    </property>
+    <vbox>
+        <property name="name">
+            <cstring>unnamed</cstring>
+        </property>
+        <widget class="QLayoutWidget">
+            <property name="name">
+                <cstring>layout5</cstring>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout4</cstring>
+                    </property>
+                    <vbox>
+                        <property name="name">
+                            <cstring>unnamed</cstring>
+                        </property>
+                        <widget class="QButtonGroup">
+                            <property name="name">
+                                <cstring>bgBorder</cstring>
+                            </property>
+                            <property name="title">
+                                <string>&amp;Border</string>
+                            </property>
+                            <property name="flat">
+                                <bool>true</bool>
+                            </property>
+                            <property name="checkable">
+                                <bool>true</bool>
+                            </property>
+                            <property name="whatsThis" stdset="0">
+                                <string>Select different types of borders, or turn the border off. Windows without a border are ignored by the window manager.</string>
+                            </property>
+                            <vbox>
+                                <property name="name">
+                                    <cstring>unnamed</cstring>
+                                </property>
+                                <widget class="QRadioButton">
+                                    <property name="name">
+                                        <cstring>rbBorderNormal</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>&amp;Normal</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+N</string>
+                                    </property>
+                                    <property name="checked">
+                                        <bool>true</bool>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A normal border</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Gives the window a normal, resizable border. The window should have a layout installed to handle the resizing gracefully.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QRadioButton">
+                                    <property name="name">
+                                        <cstring>rbBorderDialog</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>&amp;Dialog</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+D</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A thin dialog border</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Gives the window a thin dialog border. Depending on the window manager the window will not be resizable. Use QWidget::setFixedSize() in addition to enforce a static size on all systems.</string>
+                                    </property>
+                                </widget>
+                            </vbox>
+                        </widget>
+                        <widget class="QButtonGroup">
+                            <property name="name">
+                                <cstring>bgTitle</cstring>
+                            </property>
+                            <property name="title">
+                                <string>&amp;Titlebar</string>
+                            </property>
+                            <property name="flat">
+                                <bool>true</bool>
+                            </property>
+                            <property name="checkable">
+                                <bool>true</bool>
+                            </property>
+                            <property name="whatsThis" stdset="0">
+                                <string>Select different controls you want to see in the titlebar, or turn the titlebar off. Popup windows should not have a titlebar.</string>
+                            </property>
+                            <vbox>
+                                <property name="name">
+                                    <cstring>unnamed</cstring>
+                                </property>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbTitleSystem</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>S&amp;ystem Menu</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+Y</string>
+                                    </property>
+                                    <property name="checked">
+                                        <bool>true</bool>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A window system menu.</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Adds a window system menu. Many window managers require a system menu to be able to provide minimize or maximize controls. A system menu implies a close button.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbTitleMinimize</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>Minimi&amp;ze</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+Z</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A minimize button</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Adds a minimze button. This option requires a system menu on many window managers.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbTitleMaximize</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>Ma&amp;ximize</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+X</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A maximize button</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Adds a maximze button. This option requires a system menu on many window managers.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbTitleContext</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>&amp;What's This</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+W</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A context help button</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Adds a context help button. This option requires a system menu on many window managers, and often doesn't work together with minimize and maximize buttons.</string>
+                                    </property>
+                                </widget>
+                            </vbox>
+                        </widget>
+                    </vbox>
+                </widget>
+                <widget class="QLayoutWidget">
+                    <property name="name">
+                        <cstring>layout3</cstring>
+                    </property>
+                    <vbox>
+                        <property name="name">
+                            <cstring>unnamed</cstring>
+                        </property>
+                        <widget class="QButtonGroup">
+                            <property name="name">
+                                <cstring>bgBehavior</cstring>
+                            </property>
+                            <property name="title">
+                                <string>Behavior</string>
+                            </property>
+                            <property name="flat">
+                                <bool>true</bool>
+                            </property>
+                            <property name="whatsThis" stdset="0">
+                                <string>Select different behaviors of the window in runtime.</string>
+                            </property>
+                            <vbox>
+                                <property name="name">
+                                    <cstring>unnamed</cstring>
+                                </property>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbBehaviorTaskbar</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>Taskbar &amp;Entry</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+E</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>Entry in the taskbar</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Gives the window a separate task bar entry.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbBehaviorStays</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>Stays on T&amp;op</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+O</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>Stay on top of the desktop</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Informs the window system that the window should stay on top of all other windows, including windows from other applications. This is not supported on all X11 window managers.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbBehaviorPopup</cstring>
+                                    </property>
+                                    <property name="enabled">
+                                        <bool>false</bool>
+                                    </property>
+                                    <property name="text">
+                                        <string>&amp;Popup</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+P</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A popup window</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Indicates that this widget is a popup window. Popup windows are modal, but close automatically when the mouse is clicked.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbBehaviorTool</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>Too&amp;l</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+L</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>A tool window</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>Makes the window a tool window. Tool windows often have a smaller titlebar and decoration, and don't activate automtically when displayed. Tool windows often cannot have their own taskbar entry.</string>
+                                    </property>
+                                </widget>
+                                <widget class="QCheckBox">
+                                    <property name="name">
+                                        <cstring>cbBehaviorModal</cstring>
+                                    </property>
+                                    <property name="text">
+                                        <string>&amp;Modal</string>
+                                    </property>
+                                    <property name="accel">
+                                        <string>Alt+M</string>
+                                    </property>
+                                    <property name="toolTip" stdset="0">
+                                        <string>Show modal</string>
+                                    </property>
+                                    <property name="whatsThis" stdset="0">
+                                        <string>The window is modal for the application, e.g. input for other windows are blocked by this window.</string>
+                                    </property>
+                                </widget>
+                            </vbox>
+                        </widget>
+                        <spacer>
+                            <property name="name">
+                                <cstring>spacer2</cstring>
+                            </property>
+                            <property name="orientation">
+                                <enum>Vertical</enum>
+                            </property>
+                            <property name="sizeType">
+                                <enum>Expanding</enum>
+                            </property>
+                            <property name="sizeHint">
+                                <size>
+                                    <width>20</width>
+                                    <height>31</height>
+                                </size>
+                            </property>
+                        </spacer>
+                    </vbox>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QGroupBox">
+            <property name="name">
+                <cstring>gbProperties</cstring>
+            </property>
+            <property name="title">
+                <string>Properties</string>
+            </property>
+            <property name="flat">
+                <bool>true</bool>
+            </property>
+            <property name="whatsThis" stdset="0">
+                <string>Set other properties of the window.</string>
+            </property>
+            <grid>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QLineEdit" row="0" column="1">
+                    <property name="name">
+                        <cstring>leCaption</cstring>
+                    </property>
+                    <property name="text">
+                        <string>Caption</string>
+                    </property>
+                    <property name="toolTip" stdset="0">
+                        <string>Window caption</string>
+                    </property>
+                    <property name="whatsThis" stdset="0">
+                        <string>The caption of the window.</string>
+                    </property>
+                </widget>
+                <widget class="QLayoutWidget" row="1" column="1">
+                    <property name="name">
+                        <cstring>layout2</cstring>
+                    </property>
+                    <hbox>
+                        <property name="name">
+                            <cstring>unnamed</cstring>
+                        </property>
+                        <widget class="QLineEdit">
+                            <property name="name">
+                                <cstring>leIcon</cstring>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>Icon file</string>
+                            </property>
+                            <property name="whatsThis" stdset="0">
+                                <string>Provide an image file.</string>
+                            </property>
+                        </widget>
+                        <widget class="QToolButton">
+                            <property name="name">
+                                <cstring>tbPick</cstring>
+                            </property>
+                            <property name="text">
+                                <string>...</string>
+                            </property>
+                            <property name="toolTip" stdset="0">
+                                <string>Pick an icon</string>
+                            </property>
+                            <property name="whatsThis" stdset="0">
+                                <string>Select an image file.</string>
+                            </property>
+                        </widget>
+                    </hbox>
+                </widget>
+                <widget class="QSlider" row="2" column="1">
+                    <property name="name">
+                        <cstring>slTransparency</cstring>
+                    </property>
+                    <property name="maxValue">
+                        <number>100</number>
+                    </property>
+                    <property name="pageStep">
+                        <number>10</number>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="tickmarks">
+                        <enum>Below</enum>
+                    </property>
+                    <property name="tickInterval">
+                        <number>10</number>
+                    </property>
+                    <property name="toolTip" stdset="0">
+                        <string>Window transparency</string>
+                    </property>
+                    <property name="whatsThis" stdset="0">
+                        <string>Set the transparency of the window.
+A high value gives a high window transparency, e.g. it is less visible.
+
+Note that this attribute is not supported on many windowing systems and will have no effect.</string>
+                    </property>
+                </widget>
+                <widget class="QLabel" row="2" column="0">
+                    <property name="name">
+                        <cstring>textLabel3</cstring>
+                    </property>
+                    <property name="text">
+                        <string>Transp&amp;arency:</string>
+                    </property>
+                    <property name="buddy" stdset="0">
+                        <cstring>slTransparency</cstring>
+                    </property>
+                </widget>
+                <widget class="QLabel" row="1" column="0">
+                    <property name="name">
+                        <cstring>textLabel2</cstring>
+                    </property>
+                    <property name="text">
+                        <string>&amp;Icon:</string>
+                    </property>
+                    <property name="buddy" stdset="0">
+                        <cstring>leIcon</cstring>
+                    </property>
+                </widget>
+                <widget class="QLabel" row="0" column="0">
+                    <property name="name">
+                        <cstring>textLabel1</cstring>
+                    </property>
+                    <property name="text">
+                        <string>&amp;Caption:</string>
+                    </property>
+                    <property name="buddy" stdset="0">
+                        <cstring>leCaption</cstring>
+                    </property>
+                </widget>
+            </grid>
+        </widget>
+        <widget class="QLayoutWidget">
+            <property name="name">
+                <cstring>layout1</cstring>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <spacer>
+                    <property name="name">
+                        <cstring>spacer1</cstring>
+                    </property>
+                    <property name="orientation">
+                        <enum>Horizontal</enum>
+                    </property>
+                    <property name="sizeType">
+                        <enum>Expanding</enum>
+                    </property>
+                    <property name="sizeHint">
+                        <size>
+                            <width>70</width>
+                            <height>21</height>
+                        </size>
+                    </property>
+                </spacer>
+                <widget class="QPushButton">
+                    <property name="name">
+                        <cstring>pbApply</cstring>
+                    </property>
+                    <property name="text">
+                        <string>Apply</string>
+                    </property>
+                    <property name="accel">
+                        <string></string>
+                    </property>
+                    <property name="default">
+                        <bool>true</bool>
+                    </property>
+                    <property name="whatsThis" stdset="0">
+                        <string>Creates a new window with the selected flags, or modifies the visible window.</string>
+                    </property>
+                </widget>
+                <widget class="QPushButton">
+                    <property name="name">
+                        <cstring>pbClose</cstring>
+                    </property>
+                    <property name="text">
+                        <string>Close</string>
+                    </property>
+                    <property name="accel">
+                        <string></string>
+                    </property>
+                    <property name="whatsThis" stdset="0">
+                        <string>Closes this dialog and exits the application.</string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+    </vbox>
+</widget>
+<connections>
+    <connection>
+        <sender>pbClose</sender>
+        <signal>clicked()</signal>
+        <receiver>OptionsDialog</receiver>
+        <slot>close()</slot>
+    </connection>
+    <connection>
+        <sender>pbApply</sender>
+        <signal>clicked()</signal>
+        <receiver>OptionsDialog</receiver>
+        <slot>apply()</slot>
+    </connection>
+    <connection>
+        <sender>bgBorder</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>bgTitle</receiver>
+        <slot>setEnabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>cbTitleSystem</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>cbTitleMinimize</receiver>
+        <slot>setEnabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>cbTitleSystem</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>cbTitleMaximize</receiver>
+        <slot>setEnabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>cbTitleSystem</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>cbTitleContext</receiver>
+        <slot>setEnabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>bgTitle</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>cbBehaviorPopup</receiver>
+        <slot>setDisabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>cbBehaviorPopup</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>bgTitle</receiver>
+        <slot>setDisabled(bool)</slot>
+    </connection>
+    <connection>
+        <sender>tbPick</sender>
+        <signal>clicked()</signal>
+        <receiver>OptionsDialog</receiver>
+        <slot>pickIcon()</slot>
+    </connection>
+</connections>
+<includes>
+    <include location="global" impldecl="in declaration">qguardedptr.h</include>
+    <include location="global" impldecl="in declaration">qvbox.h</include>
+    <include location="global" impldecl="in implementation">qfiledialog.h</include>
+</includes>
+<variables>
+    <variable access="private">QGuardedPtr&lt;QVBox&gt; widget;</variable>
+</variables>
+<slots>
+    <slot>apply()</slot>
+    <slot access="protected">pickIcon()</slot>
+</slots>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>