463 lines
11 KiB
Plaintext
463 lines
11 KiB
Plaintext
|
<?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>646</width>
|
||
|
<height>543</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>
|
||
|
</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>37.443195000000003</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.010000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>55.888869000000000</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="QPushButton" 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>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>PushButton</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>
|
||
|
<widget class="QMenuBar" name="menuBar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>646</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>
|