ctkDICOMTableView.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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="QLineEdit" name="leSearchBox">
  21. <property name="styleSheet">
  22. <string notr="true">color: rgb(188, 188, 188);
  23. font: 14pt &quot;Lucida Grande&quot;;</string>
  24. </property>
  25. <property name="text">
  26. <string/>
  27. </property>
  28. <property name="placeholderText">
  29. <string>Search...</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QPushButton" name="pBDeleteSearch">
  35. <property name="text">
  36. <string/>
  37. </property>
  38. <property name="icon">
  39. <iconset resource="../../../../Widgets/Resources/ctkWidgets.qrc">
  40. <normaloff>:/Icons/clear.svg</normaloff>:/Icons/clear.svg</iconset>
  41. </property>
  42. </widget>
  43. </item>
  44. </layout>
  45. </item>
  46. <item>
  47. <widget class="QTableView" name="tblDicomDatabaseView"/>
  48. </item>
  49. </layout>
  50. </widget>
  51. <resources>
  52. <include location="../../../../Widgets/Resources/ctkWidgets.qrc"/>
  53. </resources>
  54. <connections>
  55. <connection>
  56. <sender>pBDeleteSearch</sender>
  57. <signal>clicked()</signal>
  58. <receiver>leSearchBox</receiver>
  59. <slot>clear()</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>743</x>
  63. <y>30</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>680</x>
  67. <y>29</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. </connections>
  72. </ui>