1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FontStyleSelect</class>
4 <widget class="QWidget" name="FontStyleSelect">
5  <layout class="QHBoxLayout" name="horizontalLayout">
6   <property name="leftMargin">
7    <number>0</number>
8   </property>
9   <property name="topMargin">
10    <number>0</number>
11   </property>
12   <property name="rightMargin">
13    <number>0</number>
14   </property>
15   <property name="bottomMargin">
16    <number>0</number>
17   </property>
18   <item>
19    <layout class="QVBoxLayout" name="verticalLayout">
20     <property name="spacing">
21      <number>2</number>
22     </property>
23     <item>
24      <layout class="QHBoxLayout" name="horizontalLayout_2">
25       <property name="spacing">
26        <number>0</number>
27       </property>
28       <item>
29        <spacer name="horizontalSpacer">
30         <property name="orientation">
31          <enum>Qt::Horizontal</enum>
32         </property>
33         <property name="sizeHint" stdset="0">
34          <size>
35           <width>0</width>
36           <height>0</height>
37          </size>
38         </property>
39        </spacer>
40       </item>
41       <item>
42        <widget class="QPushButton" name="bold">
43         <property name="minimumSize">
44          <size>
45           <width>28</width>
46           <height>28</height>
47          </size>
48         </property>
49         <property name="maximumSize">
50          <size>
51           <width>28</width>
52           <height>28</height>
53          </size>
54         </property>
55         <property name="accessibleName">
56          <string>Bold</string>
57         </property>
58         <property name="icon">
59          <iconset resource="../musescore.qrc">
60           <normaloff>:/data/icons/format-text-bold.svg</normaloff>:/data/icons/format-text-bold.svg</iconset>
61         </property>
62         <property name="checkable">
63          <bool>true</bool>
64         </property>
65         <property name="flat">
66          <bool>true</bool>
67         </property>
68        </widget>
69       </item>
70       <item>
71        <widget class="QPushButton" name="italic">
72         <property name="minimumSize">
73          <size>
74           <width>28</width>
75           <height>28</height>
76          </size>
77         </property>
78         <property name="maximumSize">
79          <size>
80           <width>28</width>
81           <height>28</height>
82          </size>
83         </property>
84         <property name="accessibleName">
85          <string>Italic</string>
86         </property>
87         <property name="icon">
88          <iconset resource="../musescore.qrc">
89           <normaloff>:/data/icons/format-text-italic.svg</normaloff>:/data/icons/format-text-italic.svg</iconset>
90         </property>
91         <property name="checkable">
92          <bool>true</bool>
93         </property>
94         <property name="flat">
95          <bool>true</bool>
96         </property>
97        </widget>
98       </item>
99       <item>
100        <widget class="QPushButton" name="underline">
101         <property name="minimumSize">
102          <size>
103           <width>28</width>
104           <height>28</height>
105          </size>
106         </property>
107         <property name="maximumSize">
108          <size>
109           <width>28</width>
110           <height>28</height>
111          </size>
112         </property>
113         <property name="accessibleName">
114          <string>Underline</string>
115         </property>
116         <property name="icon">
117          <iconset resource="../musescore.qrc">
118           <normaloff>:/data/icons/format-text-underline.svg</normaloff>:/data/icons/format-text-underline.svg</iconset>
119         </property>
120         <property name="checkable">
121          <bool>true</bool>
122         </property>
123         <property name="flat">
124          <bool>true</bool>
125         </property>
126        </widget>
127       </item>
128      </layout>
129     </item>
130    </layout>
131   </item>
132  </layout>
133 </widget>
134 <resources>
135  <include location="../musescore.qrc"/>
136 </resources>
137 <connections/>
138</ui>
139