ctkDICOMTableView.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. <property name="styleSheet">
  63. <string notr="true">font: 75 10pt &quot;Lucida Grande&quot;;</string>
  64. </property>
  65. <property name="alternatingRowColors">
  66. <bool>true</bool>
  67. </property>
  68. <property name="selectionBehavior">
  69. <enum>QAbstractItemView::SelectRows</enum>
  70. </property>
  71. <property name="textElideMode">
  72. <enum>Qt::ElideMiddle</enum>
  73. </property>
  74. <property name="verticalScrollMode">
  75. <enum>QAbstractItemView::ScrollPerPixel</enum>
  76. </property>
  77. <property name="horizontalScrollMode">
  78. <enum>QAbstractItemView::ScrollPerPixel</enum>
  79. </property>
  80. <property name="showGrid">
  81. <bool>false</bool>
  82. </property>
  83. <property name="gridStyle">
  84. <enum>Qt::SolidLine</enum>
  85. </property>
  86. <attribute name="horizontalHeaderStretchLastSection">
  87. <bool>true</bool>
  88. </attribute>
  89. <attribute name="verticalHeaderVisible">
  90. <bool>false</bool>
  91. </attribute>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. <customwidgets>
  97. <customwidget>
  98. <class>ctkSearchBox</class>
  99. <extends>QLineEdit</extends>
  100. <header location="global">ctkSearchBox.h</header>
  101. </customwidget>
  102. </customwidgets>
  103. <resources/>
  104. <connections/>
  105. </ui>