You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/extension/dialogform.ui

207 lines
8.5 KiB

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>DialogForm</class>
<widget class="TQDialog">
<property name="name">
<cstring>DialogForm</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>288</width>
<height>145</height>
</rect>
</property>
<property name="caption">
<string>Dialog</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout7</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout5</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout1</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>sessionsCheckBox</cstring>
</property>
<property name="text">
<string>Save/Restore &amp;Sessions</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>loggingCheckBox</cstring>
</property>
<property name="text">
<string>&amp;Log Activities</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>0</height>
</size>
</property>
</spacer>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>detailsPushButton</cstring>
</property>
<property name="text">
<string>&amp;Details &gt;&gt;&gt;</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>Layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>okPushButton</cstring>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>cancelPushButton</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer3</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>okPushButton</sender>
<signal>clicked()</signal>
<receiver>DialogForm</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>cancelPushButton</sender>
<signal>clicked()</signal>
<receiver>DialogForm</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>detailsPushButton</sender>
<signal>clicked()</signal>
<receiver>DialogForm</receiver>
<slot>toggleDetails()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">extension.h</include>
<include location="local" impldecl="in implementation">dialogform.ui.h</include>
</includes>
<variables>
<variable>bool extensionShown;</variable>
</variables>
<slots>
<slot>toggleDetails()</slot>
</slots>
<functions>
<function access="private">init()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>