ctkDICOMTableView.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMTableView</class>
  4. <widget class="QWidget" name="ctkDICOMTableView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>794</width>
  10. <height>462</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="lblTableName">
  21. <property name="text">
  22. <string>TextLabel</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <spacer name="horizontalSpacer">
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="sizeHint" stdset="0">
  32. <size>
  33. <width>40</width>
  34. <height>20</height>
  35. </size>
  36. </property>
  37. </spacer>
  38. </item>
  39. <item>
  40. <widget class="ctkSearchBox" name="leSearchBox">
  41. <property name="sizePolicy">
  42. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  43. <horstretch>0</horstretch>
  44. <verstretch>0</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true"/>
  49. </property>
  50. <property name="text">
  51. <string/>
  52. </property>
  53. <property name="placeholderText">
  54. <string/>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <widget class="QTableView" name="tblDicomDatabaseView"/>
  62. </item>
  63. </layout>
  64. </widget>
  65. <customwidgets>
  66. <customwidget>
  67. <class>ctkSearchBox</class>
  68. <extends>QLineEdit</extends>
  69. <header location="global">ctkSearchBox.h</header>
  70. </customwidget>
  71. </customwidgets>
  72. <resources/>
  73. <connections/>
  74. </ui>