|
@@ -59,9 +59,21 @@
|
|
|
</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="showGrid">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="gridStyle">
|
|
|
+ <enum>Qt::SolidLine</enum>
|
|
|
+ </property>
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
<bool>true</bool>
|
|
|
</attribute>
|