Finish v3.0.0
[f1lt.git] / ui / ltwidget.ui
blob6ba577aac3d50d44bc8de7a88c8a3322e4381437
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>LTWidget</class>
4 <widget class="QWidget" name="LTWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>502</width>
10 <height>404</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="spacing">
18 <number>0</number>
19 </property>
20 <property name="margin">
21 <number>0</number>
22 </property>
23 <item>
24 <widget class="LTTableView" name="tableView">
25 <property name="palette">
26 <palette>
27 <active>
28 <colorrole role="Base">
29 <brush brushstyle="SolidPattern">
30 <color alpha="255">
31 <red>20</red>
32 <green>20</green>
33 <blue>20</blue>
34 </color>
35 </brush>
36 </colorrole>
37 <colorrole role="Highlight">
38 <brush brushstyle="SolidPattern">
39 <color alpha="255">
40 <red>73</red>
41 <green>73</green>
42 <blue>73</blue>
43 </color>
44 </brush>
45 </colorrole>
46 <colorrole role="AlternateBase">
47 <brush brushstyle="SolidPattern">
48 <color alpha="255">
49 <red>30</red>
50 <green>30</green>
51 <blue>30</blue>
52 </color>
53 </brush>
54 </colorrole>
55 </active>
56 <inactive>
57 <colorrole role="Base">
58 <brush brushstyle="SolidPattern">
59 <color alpha="255">
60 <red>20</red>
61 <green>20</green>
62 <blue>20</blue>
63 </color>
64 </brush>
65 </colorrole>
66 <colorrole role="Highlight">
67 <brush brushstyle="SolidPattern">
68 <color alpha="255">
69 <red>73</red>
70 <green>73</green>
71 <blue>73</blue>
72 </color>
73 </brush>
74 </colorrole>
75 <colorrole role="AlternateBase">
76 <brush brushstyle="SolidPattern">
77 <color alpha="255">
78 <red>30</red>
79 <green>30</green>
80 <blue>30</blue>
81 </color>
82 </brush>
83 </colorrole>
84 </inactive>
85 <disabled>
86 <colorrole role="Base">
87 <brush brushstyle="SolidPattern">
88 <color alpha="255">
89 <red>240</red>
90 <green>240</green>
91 <blue>240</blue>
92 </color>
93 </brush>
94 </colorrole>
95 <colorrole role="Highlight">
96 <brush brushstyle="SolidPattern">
97 <color alpha="255">
98 <red>175</red>
99 <green>175</green>
100 <blue>175</blue>
101 </color>
102 </brush>
103 </colorrole>
104 <colorrole role="AlternateBase">
105 <brush brushstyle="SolidPattern">
106 <color alpha="255">
107 <red>30</red>
108 <green>30</green>
109 <blue>30</blue>
110 </color>
111 </brush>
112 </colorrole>
113 </disabled>
114 </palette>
115 </property>
116 <property name="horizontalScrollBarPolicy">
117 <enum>Qt::ScrollBarAlwaysOff</enum>
118 </property>
119 <property name="editTriggers">
120 <set>QAbstractItemView::NoEditTriggers</set>
121 </property>
122 <property name="alternatingRowColors">
123 <bool>true</bool>
124 </property>
125 <property name="selectionMode">
126 <enum>QAbstractItemView::SingleSelection</enum>
127 </property>
128 <property name="selectionBehavior">
129 <enum>QAbstractItemView::SelectRows</enum>
130 </property>
131 <property name="showGrid">
132 <bool>false</bool>
133 </property>
134 <attribute name="horizontalHeaderVisible">
135 <bool>false</bool>
136 </attribute>
137 <attribute name="verticalHeaderVisible">
138 <bool>false</bool>
139 </attribute>
140 </widget>
141 </item>
142 </layout>
143 </widget>
144 <customwidgets>
145 <customwidget>
146 <class>LTTableView</class>
147 <extends>QTableView</extends>
148 <header>main_gui/lttableview.h</header>
149 </customwidget>
150 </customwidgets>
151 <resources/>
152 <connections/>
153 </ui>