widgetRangeSelector.ui 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>345</width>
  10. <height>23</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="spacing">
  18. <number>2</number>
  19. </property>
  20. <property name="margin">
  21. <number>0</number>
  22. </property>
  23. <item>
  24. <widget class="QLabel" name="label">
  25. <property name="text">
  26. <string>Min</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QDoubleSpinBox" name="spnMin">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="decimals">
  39. <number>6</number>
  40. </property>
  41. <property name="minimum">
  42. <double>-99999999.999999001622200</double>
  43. </property>
  44. <property name="maximum">
  45. <double>99999999.999999001622200</double>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <spacer name="horizontalSpacer">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="sizeHint" stdset="0">
  55. <size>
  56. <width>64</width>
  57. <height>20</height>
  58. </size>
  59. </property>
  60. </spacer>
  61. </item>
  62. <item>
  63. <widget class="QLabel" name="label_2">
  64. <property name="text">
  65. <string>Max</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QDoubleSpinBox" name="spnMax">
  71. <property name="sizePolicy">
  72. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  73. <horstretch>0</horstretch>
  74. <verstretch>0</verstretch>
  75. </sizepolicy>
  76. </property>
  77. <property name="decimals">
  78. <number>6</number>
  79. </property>
  80. <property name="minimum">
  81. <double>-99999999.999999001622200</double>
  82. </property>
  83. <property name="maximum">
  84. <double>99999999.999999001622200</double>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <resources/>
  91. <connections/>
  92. </ui>