k-observer/K-observer_client_qt/mainwindow.ui
2013-01-19 21:55:39 +00:00

606 lines
14 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>846</width>
<height>607</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="TCustomButton" name="ConnectButton">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Подключиться</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="AddressField">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>127.0.0.1</string>
</property>
</widget>
<widget class="QLineEdit" name="LastNameField">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Иванов</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Фамилия:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Имя:</string>
</property>
</widget>
<widget class="QLineEdit" name="FirstNameField">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Иван</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Отчество:</string>
</property>
</widget>
<widget class="QLineEdit" name="MiddleNameField">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Иванович</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Контактный телефон:</string>
</property>
</widget>
<widget class="QLineEdit" name="PhoneNumberField">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1111</string>
</property>
</widget>
<widget class="QSpinBox" name="UikSpinBox">
<property name="geometry">
<rect>
<x>10</x>
<y>310</y>
<width>111</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Номер УИК:</string>
</property>
</widget>
<widget class="QComboBox" name="StatusComboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>360</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Наблюдатель</string>
</property>
</item>
<item>
<property name="text">
<string>Мобильная группа</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Статус:</string>
</property>
</widget>
<widget class="TCustomButton" name="UpdateDataButton">
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>131</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Обновить информацию</string>
</property>
</widget>
<widget class="QWebView" name="webView">
<property name="geometry">
<rect>
<x>220</x>
<y>10</y>
<width>401</width>
<height>251</height>
</rect>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
<widget class="QDoubleSpinBox" name="PosXSpinBox">
<property name="geometry">
<rect>
<x>262</x>
<y>270</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>6</number>
</property>
<property name="singleStep">
<double>0.001000000000000</double>
</property>
<property name="value">
<double>30.215800000000002</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="PosYSpinBox">
<property name="geometry">
<rect>
<x>372</x>
<y>270</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>6</number>
</property>
<property name="singleStep">
<double>0.001000000000000</double>
</property>
<property name="value">
<double>60.005200000000002</double>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>242</x>
<y>270</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>X:</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>352</x>
<y>270</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Y:</string>
</property>
</widget>
<widget class="QComboBox" name="MapStateComboBox">
<property name="geometry">
<rect>
<x>462</x>
<y>270</y>
<width>151</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Состояние норм</string>
</property>
</item>
<item>
<property name="text">
<string>Состояние тревога</string>
</property>
</item>
</widget>
<widget class="TCustomButton" name="AlarmButton">
<property name="geometry">
<rect>
<x>432</x>
<y>310</y>
<width>181</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Послать сигнал тревоги</string>
</property>
</widget>
<widget class="QLineEdit" name="PortField">
<property name="geometry">
<rect>
<x>130</x>
<y>10</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1984</string>
</property>
</widget>
<widget class="TCustomButton" name="DisconnectButton">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Отключиться</string>
</property>
</widget>
<widget class="TCustomButton" name="MapTypeButton">
<property name="geometry">
<rect>
<x>332</x>
<y>300</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Выбрать</string>
</property>
</widget>
<widget class="QComboBox" name="MapTypeComboBox">
<property name="geometry">
<rect>
<x>230</x>
<y>300</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Общая карта</string>
</property>
</item>
<item>
<property name="text">
<string>Карта тревоги</string>
</property>
</item>
</widget>
<widget class="QTextEdit" name="ChatList">
<property name="geometry">
<rect>
<x>230</x>
<y>340</y>
<width>381</width>
<height>111</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="ChatTextLine">
<property name="geometry">
<rect>
<x>230</x>
<y>460</y>
<width>301</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="TCustomButton" name="ChatSendButton">
<property name="geometry">
<rect>
<x>540</x>
<y>460</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Отправить</string>
</property>
</widget>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>630</x>
<y>10</y>
<width>211</width>
<height>191</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>70</x>
<y>0</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Админка:</string>
</property>
</widget>
<widget class="TCustomButton" name="KickButton">
<property name="geometry">
<rect>
<x>70</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Кикнуть</string>
</property>
</widget>
<widget class="QLineEdit" name="LastNameKickEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>171</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="FirstNameKickEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>171</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="MiddleNameKickEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>171</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Имя:</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Фамилия:</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Отчество:</string>
</property>
</widget>
</widget>
<widget class="QListWidget" name="PlayerListWidget">
<property name="geometry">
<rect>
<x>630</x>
<y>210</y>
<width>181</width>
<height>191</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
</widget>
<widget class="TCustomButton" name="SelectPlayerButton">
<property name="geometry">
<rect>
<x>660</x>
<y>400</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Выбрать</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>846</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
<customwidget>
<class>TCustomButton</class>
<extends>QPushButton</extends>
<header>custombutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>