ctkDICOMServerNodeWidget.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMServerNodeWidget</class>
  4. <widget class="QWidget" name="ctkDICOMServerNodeWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>600</width>
  10. <height>510</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Sources</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QScrollArea" name="scrollArea">
  26. <property name="widgetResizable">
  27. <bool>true</bool>
  28. </property>
  29. <widget class="QWidget" name="scrollAreaWidgetContents">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>572</width>
  35. <height>394</height>
  36. </rect>
  37. </property>
  38. <layout class="QVBoxLayout" name="verticalLayout_2">
  39. <item>
  40. <widget class="QTableWidget" name="nodeTable">
  41. <attribute name="horizontalHeaderStretchLastSection">
  42. <bool>true</bool>
  43. </attribute>
  44. <attribute name="verticalHeaderStretchLastSection">
  45. <bool>false</bool>
  46. </attribute>
  47. <attribute name="horizontalHeaderStretchLastSection">
  48. <bool>true</bool>
  49. </attribute>
  50. <attribute name="verticalHeaderStretchLastSection">
  51. <bool>false</bool>
  52. </attribute>
  53. <column>
  54. <property name="text">
  55. <string>Name</string>
  56. </property>
  57. </column>
  58. <column>
  59. <property name="text">
  60. <string>AETitle</string>
  61. </property>
  62. </column>
  63. <column>
  64. <property name="text">
  65. <string>Address</string>
  66. </property>
  67. </column>
  68. <column>
  69. <property name="text">
  70. <string>Port</string>
  71. </property>
  72. </column>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QFrame" name="frame">
  81. <property name="frameShape">
  82. <enum>QFrame::StyledPanel</enum>
  83. </property>
  84. <property name="frameShadow">
  85. <enum>QFrame::Raised</enum>
  86. </property>
  87. <layout class="QHBoxLayout" name="horizontalLayout">
  88. <item>
  89. <widget class="QPushButton" name="addButton">
  90. <property name="text">
  91. <string>Add...</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QPushButton" name="removeButton">
  97. <property name="text">
  98. <string>Remove</string>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </widget>
  104. </item>
  105. </layout>
  106. </widget>
  107. <resources/>
  108. <connections/>
  109. </ui>