ctkDICOMCommandWidget.ui 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMCommandWidget</class>
  4. <widget class="QWidget" name="ctkDICOMCommandWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>609</width>
  10. <height>303</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout_2">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Retrieve To</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QComboBox" name="comboBox">
  28. <item>
  29. <property name="text">
  30. <string>Set Directory...</string>
  31. </property>
  32. </item>
  33. </widget>
  34. </item>
  35. <item>
  36. <spacer name="horizontalSpacer">
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="sizeHint" stdset="0">
  41. <size>
  42. <width>40</width>
  43. <height>20</height>
  44. </size>
  45. </property>
  46. </spacer>
  47. </item>
  48. <item>
  49. <widget class="QPushButton" name="pushButton">
  50. <property name="text">
  51. <string>Query</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QPushButton" name="pushButton_2">
  57. <property name="text">
  58. <string>Retrieve</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <spacer name="horizontalSpacer_2">
  64. <property name="orientation">
  65. <enum>Qt::Horizontal</enum>
  66. </property>
  67. <property name="sizeHint" stdset="0">
  68. <size>
  69. <width>40</width>
  70. <height>20</height>
  71. </size>
  72. </property>
  73. </spacer>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="pushButton_3">
  77. <property name="text">
  78. <string>Refresh</string>
  79. </property>
  80. </widget>
  81. </item>
  82. </layout>
  83. </item>
  84. </layout>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>