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.
75 lines
2.0 KiB
75 lines
2.0 KiB
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
<class>MainForm</class>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>MainForm</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>284</width>
|
|
<height>120</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Main Form</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>optionsPushButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Options...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>quitPushButton</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>optionsPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>MainForm</receiver>
|
|
<slot>optionsDlg()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>quitPushButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>MainForm</receiver>
|
|
<slot>quit()</slot>
|
|
</connection>
|
|
</connections>
|
|
<includes>
|
|
<include location="local" impldecl="in implementation">mainform.ui.h</include>
|
|
</includes>
|
|
<variables>
|
|
<variable>bool log_errors;</variable>
|
|
<variable>bool log_warnings;</variable>
|
|
<variable>bool log_actions;</variable>
|
|
<variable>bool logging;</variable>
|
|
<variable>bool sessions;</variable>
|
|
<variable>TQString log_filename;</variable>
|
|
</variables>
|
|
<slots>
|
|
<slot>optionsDlg()</slot>
|
|
<slot>quit()</slot>
|
|
</slots>
|
|
<functions>
|
|
<function access="private">init()</function>
|
|
</functions>
|
|
<pixmapinproject/>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|