Propagate color of selected messages too
[trojita.git] / src / Gui / SettingsFavoriteTagsPage.ui
blob94f26861aa8b7e247a930335b37fb85fdc95fcdd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FavoriteTagsPage</class>
4 <widget class="QScrollArea" name="FavoriteTagsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>716</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>ScrollArea</string>
15 </property>
16 <property name="frameShadow">
17 <enum>QFrame::Plain</enum>
18 </property>
19 <property name="widgetResizable">
20 <bool>true</bool>
21 </property>
22 <widget class="QWidget" name="scrollAreaWidgetContents">
23 <property name="geometry">
24 <rect>
25 <x>0</x>
26 <y>0</y>
27 <width>546</width>
28 <height>712</height>
29 </rect>
30 </property>
31 <property name="layoutDirection">
32 <enum>Qt::LeftToRight</enum>
33 </property>
34 <layout class="QGridLayout" name="gridLayout">
35 <item row="0" column="0" rowspan="2">
36 <widget class="QTableView" name="tagTableView">
37 <property name="sizePolicy">
38 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
39 <horstretch>0</horstretch>
40 <verstretch>1</verstretch>
41 </sizepolicy>
42 </property>
43 <property name="minimumSize">
44 <size>
45 <width>241</width>
46 <height>192</height>
47 </size>
48 </property>
49 </widget>
50 </item>
51 <item row="0" column="1">
52 <layout class="QVBoxLayout" name="verticalLayout">
53 <item>
54 <widget class="QPushButton" name="moveUpButton">
55 <property name="minimumSize">
56 <size>
57 <width>29</width>
58 <height>29</height>
59 </size>
60 </property>
61 <property name="maximumSize">
62 <size>
63 <width>29</width>
64 <height>29</height>
65 </size>
66 </property>
67 <property name="text">
68 <string/>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="moveDownButton">
74 <property name="minimumSize">
75 <size>
76 <width>29</width>
77 <height>29</height>
78 </size>
79 </property>
80 <property name="maximumSize">
81 <size>
82 <width>29</width>
83 <height>29</height>
84 </size>
85 </property>
86 <property name="text">
87 <string/>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </item>
93 <item row="3" column="0" colspan="2">
94 <widget class="Line" name="line">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 </widget>
99 </item>
100 <item row="2" column="0">
101 <layout class="QHBoxLayout" name="horizontalLayout">
102 <property name="sizeConstraint">
103 <enum>QLayout::SetFixedSize</enum>
104 </property>
105 <item>
106 <widget class="QPushButton" name="addButton">
107 <property name="text">
108 <string>Add</string>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QPushButton" name="editButton">
114 <property name="text">
115 <string>Edit</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="QPushButton" name="deleteButton">
121 <property name="text">
122 <string>Delete</string>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </item>
128 <item row="1" column="1" rowspan="2">
129 <spacer name="verticalSpacer">
130 <property name="orientation">
131 <enum>Qt::Vertical</enum>
132 </property>
133 <property name="sizeHint" stdset="0">
134 <size>
135 <width>20</width>
136 <height>125</height>
137 </size>
138 </property>
139 </spacer>
140 </item>
141 </layout>
142 </widget>
143 </widget>
144 <resources/>
145 <connections/>
146 </ui>