ui_dtmovesidebydistance.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DtMoveSideByDistance</class>
  4. <widget class="QDialog" name="DtMoveSideByDistance">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>322</width>
  10. <height>69</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Move Side By Distance</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <layout class="QHBoxLayout" name="horizontalLayout_2">
  19. <item>
  20. <widget class="QLabel" name="label_2">
  21. <property name="text">
  22. <string>Move Distance:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <spacer name="horizontalSpacer_2">
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="sizeHint" stdset="0">
  32. <size>
  33. <width>40</width>
  34. <height>20</height>
  35. </size>
  36. </property>
  37. </spacer>
  38. </item>
  39. <item>
  40. <widget class="QLineEdit" name="targetDistance">
  41. <property name="readOnly">
  42. <bool>false</bool>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </item>
  48. <item row="2" column="0">
  49. <layout class="QHBoxLayout" name="horizontalLayout_3">
  50. <item>
  51. <spacer name="horizontalSpacer_3">
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>40</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item>
  64. <widget class="QPushButton" name="moveButton">
  65. <property name="text">
  66. <string>Move Side</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <widget class="QPushButton" name="buttonClose">
  72. <property name="text">
  73. <string>Close</string>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. <item row="1" column="0">
  80. <spacer name="verticalSpacer_4">
  81. <property name="orientation">
  82. <enum>Qt::Vertical</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>20</width>
  87. <height>40</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. </layout>
  93. </widget>
  94. <resources/>
  95. <connections/>
  96. </ui>