ctkDICOMTableView.ui 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="QLineEdit" 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>Search...</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QPushButton" name="pBDeleteSearch">
  60. <property name="text">
  61. <string/>
  62. </property>
  63. <property name="icon">
  64. <iconset resource="../../../../Widgets/Resources/ctkWidgets.qrc">
  65. <normaloff>:/Icons/clear.svg</normaloff>:/Icons/clear.svg</iconset>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </item>
  71. <item>
  72. <widget class="QTableView" name="tblDicomDatabaseView"/>
  73. </item>
  74. </layout>
  75. </widget>
  76. <resources>
  77. <include location="../../../../Widgets/Resources/ctkWidgets.qrc"/>
  78. </resources>
  79. <connections>
  80. <connection>
  81. <sender>pBDeleteSearch</sender>
  82. <signal>clicked()</signal>
  83. <receiver>leSearchBox</receiver>
  84. <slot>clear()</slot>
  85. <hints>
  86. <hint type="sourcelabel">
  87. <x>743</x>
  88. <y>30</y>
  89. </hint>
  90. <hint type="destinationlabel">
  91. <x>680</x>
  92. <y>29</y>
  93. </hint>
  94. </hints>
  95. </connection>
  96. </connections>
  97. </ui>