12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogLaneFromRTK</class>
- <widget class="QDialog" name="DialogLaneFromRTK">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>679</width>
- <height>317</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QPushButton" name="pushButton_LoadData">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>22</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Load Data</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CreateLane">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>21</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Create Lane</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>70</y>
- <width>551</width>
- <height>211</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|