diff options
Diffstat (limited to 'knetworkmanager-0.8/src/connection_setting_serial.ui')
-rw-r--r-- | knetworkmanager-0.8/src/connection_setting_serial.ui | 185 |
1 files changed, 185 insertions, 0 deletions
diff --git a/knetworkmanager-0.8/src/connection_setting_serial.ui b/knetworkmanager-0.8/src/connection_setting_serial.ui new file mode 100644 index 0000000..67e0586 --- /dev/null +++ b/knetworkmanager-0.8/src/connection_setting_serial.ui @@ -0,0 +1,185 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ConnectionSettingSerialWidget</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>ConnectionSettingSerialWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>170</width> + <height>187</height> + </rect> + </property> + <property name="caption"> + <string>Form2</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="TQLayoutWidget"> + <property name="name"> + <cstring>tqlayout23</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQSpinBox" row="4" column="1"> + <property name="name"> + <cstring>mSendDelay</cstring> + </property> + </widget> + <widget class="TQLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel11</cstring> + </property> + <property name="text"> + <string>&Send delay</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mSendDelay</cstring> + </property> + </widget> + <widget class="TQComboBox" row="2" column="1"> + <item> + <property name="text"> + <string>None</string> + </property> + </item> + <item> + <property name="text"> + <string>Even</string> + </property> + </item> + <item> + <property name="text"> + <string>Odd</string> + </property> + </item> + <property name="name"> + <cstring>mParity</cstring> + </property> + </widget> + <widget class="TQComboBox" row="3" column="1"> + <item> + <property name="text"> + <string>0</string> + </property> + </item> + <item> + <property name="text"> + <string>1</string> + </property> + </item> + <property name="name"> + <cstring>mStopBits</cstring> + </property> + <property name="currentItem"> + <number>1</number> + </property> + </widget> + <widget class="TQComboBox" row="1" column="1"> + <item> + <property name="text"> + <string>7</string> + </property> + </item> + <item> + <property name="text"> + <string>8</string> + </property> + </item> + <item> + <property name="text"> + <string>9</string> + </property> + </item> + <property name="name"> + <cstring>mDataBits</cstring> + </property> + <property name="currentItem"> + <number>1</number> + </property> + </widget> + <widget class="TQSpinBox" row="0" column="1"> + <property name="name"> + <cstring>mBaudRate</cstring> + </property> + </widget> + <widget class="TQLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel12_3</cstring> + </property> + <property name="text"> + <string>&Stop bits:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mStopBits</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel7</cstring> + </property> + <property name="text"> + <string>Baud rate</string> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel12_2</cstring> + </property> + <property name="text"> + <string>&Parity:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mParity</cstring> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel12</cstring> + </property> + <property name="text"> + <string>&Data bits:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mDataBits</cstring> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer6</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="tqsizeHint"> + <size> + <width>20</width> + <height>141</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<tabstops> + <tabstop>mBaudRate</tabstop> + <tabstop>mDataBits</tabstop> + <tabstop>mParity</tabstop> + <tabstop>mStopBits</tabstop> + <tabstop>mSendDelay</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |