| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>ctkDICOMTableView</class> <widget class="QWidget" name="ctkDICOMTableView">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>794</width>    <height>462</height>   </rect>  </property>  <property name="windowTitle">   <string>Form</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout">   <item>    <layout class="QHBoxLayout" name="horizontalLayout">     <item>      <widget class="QLabel" name="lblTableName">       <property name="text">        <string>TextLabel</string>       </property>      </widget>     </item>     <item>      <spacer name="horizontalSpacer">       <property name="orientation">        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" stdset="0">        <size>         <width>40</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="ctkSearchBox" name="leSearchBox">       <property name="sizePolicy">        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">         <horstretch>0</horstretch>         <verstretch>0</verstretch>        </sizepolicy>       </property>       <property name="styleSheet">        <string notr="true"/>       </property>       <property name="text">        <string/>       </property>       <property name="placeholderText">        <string/>       </property>      </widget>     </item>    </layout>   </item>   <item>    <widget class="QTableView" name="tblDicomDatabaseView">     <property name="styleSheet">      <string notr="true">font: 75 10pt "Lucida Grande";</string>     </property>     <property name="alternatingRowColors">      <bool>true</bool>     </property>     <property name="selectionBehavior">      <enum>QAbstractItemView::SelectRows</enum>     </property>     <property name="textElideMode">      <enum>Qt::ElideMiddle</enum>     </property>     <property name="verticalScrollMode">      <enum>QAbstractItemView::ScrollPerPixel</enum>     </property>     <property name="horizontalScrollMode">      <enum>QAbstractItemView::ScrollPerPixel</enum>     </property>     <property name="showGrid">      <bool>false</bool>     </property>     <property name="gridStyle">      <enum>Qt::SolidLine</enum>     </property>     <attribute name="horizontalHeaderStretchLastSection">      <bool>true</bool>     </attribute>     <attribute name="verticalHeaderVisible">      <bool>false</bool>     </attribute>    </widget>   </item>  </layout> </widget> <customwidgets>  <customwidget>   <class>ctkSearchBox</class>   <extends>QLineEdit</extends>   <header location="global">ctkSearchBox.h</header>  </customwidget> </customwidgets> <resources/> <connections/></ui>
 |