dialoglanefromrtk.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogLaneFromRTK</class>
  4. <widget class="QDialog" name="DialogLaneFromRTK">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>679</width>
  10. <height>317</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButton_LoadData">
  17. <property name="geometry">
  18. <rect>
  19. <x>100</x>
  20. <y>22</y>
  21. <width>161</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Load Data</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="pushButton_CreateLane">
  30. <property name="geometry">
  31. <rect>
  32. <x>390</x>
  33. <y>21</y>
  34. <width>161</width>
  35. <height>31</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Create Lane</string>
  40. </property>
  41. </widget>
  42. <widget class="QPlainTextEdit" name="plainTextEdit">
  43. <property name="geometry">
  44. <rect>
  45. <x>60</x>
  46. <y>70</y>
  47. <width>551</width>
  48. <height>211</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. </widget>
  53. <resources/>
  54. <connections/>
  55. </ui>