1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>TextSettingsDialog</class> 4 <widget class="QDialog" name="TextSettingsDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>276</width> 10 <height>173</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Labels Formatting</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <layout class="QGridLayout" name="gridLayout_2"> 19 <item row="0" column="0"> 20 <widget class="QLabel" name="label_3"> 21 <property name="text"> 22 <string>Color</string> 23 </property> 24 </widget> 25 </item> 26 <item row="2" column="0"> 27 <widget class="QLabel" name="label_4"> 28 <property name="text"> 29 <string>Size</string> 30 </property> 31 </widget> 32 </item> 33 <item row="0" column="1"> 34 <spacer name="horizontalSpacer_2"> 35 <property name="orientation"> 36 <enum>Qt::Horizontal</enum> 37 </property> 38 <property name="sizeHint" stdset="0"> 39 <size> 40 <width>40</width> 41 <height>20</height> 42 </size> 43 </property> 44 </spacer> 45 </item> 46 <item row="0" column="2"> 47 <widget class="QPushButton" name="colorButton"> 48 <property name="sizePolicy"> 49 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 50 <horstretch>0</horstretch> 51 <verstretch>0</verstretch> 52 </sizepolicy> 53 </property> 54 <property name="text"> 55 <string/> 56 </property> 57 <property name="autoDefault"> 58 <bool>false</bool> 59 </property> 60 <property name="flat"> 61 <bool>false</bool> 62 </property> 63 </widget> 64 </item> 65 <item row="2" column="2"> 66 <widget class="QSpinBox" name="sizeSpinBox"> 67 <property name="minimum"> 68 <number>1</number> 69 </property> 70 </widget> 71 </item> 72 <item row="1" column="0"> 73 <widget class="QLabel" name="label"> 74 <property name="text"> 75 <string>Font</string> 76 </property> 77 </widget> 78 </item> 79 <item row="1" column="2"> 80 <widget class="QFontComboBox" name="fontComboBox"/> 81 </item> 82 <item row="3" column="0"> 83 <widget class="QLabel" name="label_2"> 84 <property name="text"> 85 <string>Attributes</string> 86 </property> 87 </widget> 88 </item> 89 <item row="3" column="2"> 90 <layout class="QHBoxLayout" name="horizontalLayout_2"> 91 <item> 92 <widget class="QToolButton" name="boldToolButton"> 93 <property name="font"> 94 <font> 95 <weight>75</weight> 96 <bold>true</bold> 97 </font> 98 </property> 99 <property name="text"> 100 <string>B</string> 101 </property> 102 <property name="checkable"> 103 <bool>true</bool> 104 </property> 105 </widget> 106 </item> 107 <item> 108 <widget class="QToolButton" name="italicToolButton"> 109 <property name="font"> 110 <font> 111 <italic>true</italic> 112 </font> 113 </property> 114 <property name="text"> 115 <string>I</string> 116 </property> 117 <property name="checkable"> 118 <bool>true</bool> 119 </property> 120 </widget> 121 </item> 122 <item> 123 <widget class="QToolButton" name="underlineToolButton"> 124 <property name="font"> 125 <font> 126 <underline>true</underline> 127 </font> 128 </property> 129 <property name="text"> 130 <string>U</string> 131 </property> 132 <property name="checkable"> 133 <bool>true</bool> 134 </property> 135 </widget> 136 </item> 137 <item> 138 <widget class="QToolButton" name="overlineToolButton"> 139 <property name="font"> 140 <font> 141 <strikeout>true</strikeout> 142 </font> 143 </property> 144 <property name="text"> 145 <string>S</string> 146 </property> 147 <property name="checkable"> 148 <bool>true</bool> 149 </property> 150 </widget> 151 </item> 152 </layout> 153 </item> 154 </layout> 155 </item> 156 <item> 157 <widget class="QDialogButtonBox" name="buttonBox"> 158 <property name="standardButtons"> 159 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 160 </property> 161 </widget> 162 </item> 163 </layout> 164 </widget> 165 <resources> 166 <include location="../../../../U2Gui/U2Gui.qrc"/> 167 </resources> 168 <connections> 169 <connection> 170 <sender>buttonBox</sender> 171 <signal>accepted()</signal> 172 <receiver>TextSettingsDialog</receiver> 173 <slot>accept()</slot> 174 <hints> 175 <hint type="sourcelabel"> 176 <x>137</x> 177 <y>152</y> 178 </hint> 179 <hint type="destinationlabel"> 180 <x>137</x> 181 <y>86</y> 182 </hint> 183 </hints> 184 </connection> 185 <connection> 186 <sender>buttonBox</sender> 187 <signal>rejected()</signal> 188 <receiver>TextSettingsDialog</receiver> 189 <slot>reject()</slot> 190 <hints> 191 <hint type="sourcelabel"> 192 <x>137</x> 193 <y>152</y> 194 </hint> 195 <hint type="destinationlabel"> 196 <x>137</x> 197 <y>86</y> 198 </hint> 199 </hints> 200 </connection> 201 </connections> 202</ui> 203