ctkVTKScalarBarWidget.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkVTKScalarBarWidget</class>
  4. <widget class="QWidget" name="ctkVTKScalarBarWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>311</width>
  10. <height>535</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>vtkScalarBarWidget</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <property name="margin">
  18. <number>0</number>
  19. </property>
  20. <item row="0" column="0" colspan="2">
  21. <widget class="QCheckBox" name="DisplayScalarBarCheckBox">
  22. <property name="text">
  23. <string>Display scalar bar</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="1" column="0" colspan="2">
  28. <widget class="QGroupBox" name="TitleGroupBox">
  29. <property name="title">
  30. <string>Title properties:</string>
  31. </property>
  32. <property name="flat">
  33. <bool>true</bool>
  34. </property>
  35. <layout class="QGridLayout" name="gridLayout">
  36. <item row="0" column="0">
  37. <widget class="ctkVTKTextPropertyWidget" name="TitleTextPropertyWidget"/>
  38. </item>
  39. </layout>
  40. </widget>
  41. </item>
  42. <item row="2" column="0" colspan="2">
  43. <widget class="QGroupBox" name="LabelsGroupBox">
  44. <property name="title">
  45. <string>Labels properties:</string>
  46. </property>
  47. <property name="flat">
  48. <bool>true</bool>
  49. </property>
  50. <layout class="QGridLayout" name="gridLayout_2">
  51. <item row="0" column="0">
  52. <widget class="ctkVTKTextPropertyWidget" name="LabelsTextPropertyWidget">
  53. <property name="textLabel">
  54. <string>Format:</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </widget>
  60. </item>
  61. <item row="3" column="0">
  62. <widget class="QLabel" name="MaxNumberOfColorsLabel">
  63. <property name="text">
  64. <string>Maximum number of colors:</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="3" column="1">
  69. <widget class="QSpinBox" name="MaxNumberOfColorsSpinBox">
  70. <property name="minimum">
  71. <number>2</number>
  72. </property>
  73. <property name="maximum">
  74. <number>9999</number>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="4" column="0">
  79. <widget class="QLabel" name="NumberOfLabelsLabel">
  80. <property name="text">
  81. <string>Number of labels:</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="4" column="1">
  86. <widget class="QSpinBox" name="NumberOfLabelsSpinBox">
  87. <property name="maximum">
  88. <number>64</number>
  89. </property>
  90. </widget>
  91. </item>
  92. </layout>
  93. </widget>
  94. <customwidgets>
  95. <customwidget>
  96. <class>ctkVTKTextPropertyWidget</class>
  97. <extends>QWidget</extends>
  98. <header>ctkVTKTextPropertyWidget.h</header>
  99. </customwidget>
  100. </customwidgets>
  101. <resources/>
  102. <connections/>
  103. </ui>