123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogRoadObject_Outline_cornerRoad</class>
- <widget class="QDialog" name="DialogRoadObject_Outline_cornerRoad">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>607</width>
- <height>359</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label_corner">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>22</y>
- <width>121</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>cornerRoad</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_corner">
- <property name="geometry">
- <rect>
- <x>195</x>
- <y>22</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_s">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>86</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>s</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_s">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>86</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_t">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>86</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>t</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_t">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>86</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_dz">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>149</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>dz</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_dz">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>149</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>149</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>height</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_height">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>149</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>216</y>
- <width>71</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>id</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_id">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>216</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Add">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>280</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Delete">
- <property name="geometry">
- <rect>
- <x>245</x>
- <y>283</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Change">
- <property name="geometry">
- <rect>
- <x>458</x>
- <y>285</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|