ctkCommandLineModuleAppWidget.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkCommandLineModuleAppWidget</class>
  4. <widget class="QWidget" name="ctkCommandLineModuleAppWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>322</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DICOM Part 19 Hosted App</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="CLModuleName">
  19. <property name="text">
  20. <string>CLModule not set.</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QPushButton" name="LoadDataButton">
  26. <property name="enabled">
  27. <bool>false</bool>
  28. </property>
  29. <property name="text">
  30. <string>Get Data from Host</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QLabel" name="ReceivedDataInformation">
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. <property name="text">
  43. <string>No data received</string>
  44. </property>
  45. <property name="wordWrap">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QWidget" name="PlaceHolder" native="true">
  52. <property name="sizePolicy">
  53. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  54. <horstretch>0</horstretch>
  55. <verstretch>1</verstretch>
  56. </sizepolicy>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <layout class="QHBoxLayout" name="horizontalLayout">
  62. <item>
  63. <widget class="QLabel" name="PlaceHolderForImage">
  64. <property name="sizePolicy">
  65. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  66. <horstretch>0</horstretch>
  67. <verstretch>0</verstretch>
  68. </sizepolicy>
  69. </property>
  70. <property name="minimumSize">
  71. <size>
  72. <width>100</width>
  73. <height>100</height>
  74. </size>
  75. </property>
  76. <property name="text">
  77. <string/>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="PlaceHolderForResult">
  83. <property name="sizePolicy">
  84. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  85. <horstretch>0</horstretch>
  86. <verstretch>0</verstretch>
  87. </sizepolicy>
  88. </property>
  89. <property name="text">
  90. <string/>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </item>
  96. <item>
  97. <widget class="QPushButton" name="CreateSecondaryCaptureButton">
  98. <property name="text">
  99. <string>Run and send data to host</string>
  100. </property>
  101. </widget>
  102. </item>
  103. </layout>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>