]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/NoteUi.ui
move our stuff off the Q* namespace
[lyx.git] / src / frontends / qt4 / ui / NoteUi.ui
1 <ui version="4.0" >
2  <class>NoteUi</class>
3  <widget class="QDialog" name="NoteUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>202</width>
9     <height>208</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>11</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="1" column="0" >
26     <widget class="QPushButton" name="okPB" >
27      <property name="text" >
28       <string>&amp;OK</string>
29      </property>
30      <property name="default" >
31       <bool>false</bool>
32      </property>
33     </widget>
34    </item>
35    <item row="1" column="1" >
36     <widget class="QPushButton" name="closePB" >
37      <property name="text" >
38       <string>Close</string>
39      </property>
40      <property name="default" >
41       <bool>true</bool>
42      </property>
43     </widget>
44    </item>
45    <item row="0" column="0" colspan="2" >
46     <widget class="QGroupBox" name="NoteBG" >
47      <property name="title" >
48       <string>Type</string>
49      </property>
50      <layout class="QVBoxLayout" >
51       <property name="margin" >
52        <number>11</number>
53       </property>
54       <property name="spacing" >
55        <number>6</number>
56       </property>
57       <item>
58        <widget class="QRadioButton" name="noteRB" >
59         <property name="toolTip" >
60          <string>LyX internal only</string>
61         </property>
62         <property name="text" >
63          <string>LyX &amp;Note</string>
64         </property>
65        </widget>
66       </item>
67       <item>
68        <widget class="QRadioButton" name="commentRB" >
69         <property name="toolTip" >
70          <string>Export to LaTeX/Docbook but don't print</string>
71         </property>
72         <property name="text" >
73          <string>&amp;Comment</string>
74         </property>
75        </widget>
76       </item>
77       <item>
78        <widget class="QRadioButton" name="greyedoutRB" >
79         <property name="toolTip" >
80          <string>Print as grey text</string>
81         </property>
82         <property name="text" >
83          <string>&amp;Greyed out</string>
84         </property>
85        </widget>
86       </item>
87       <item>
88        <widget class="QRadioButton" name="framedRB" >
89         <property name="toolTip" >
90          <string>Framed in box</string>
91         </property>
92         <property name="text" >
93          <string>&amp;Framed</string>
94         </property>
95        </widget>
96       </item>
97       <item>
98        <widget class="QRadioButton" name="shadedRB" >
99         <property name="toolTip" >
100          <string>Box with shaded background</string>
101         </property>
102         <property name="text" >
103          <string>&amp;Shaded</string>
104         </property>
105        </widget>
106       </item>
107      </layout>
108     </widget>
109    </item>
110   </layout>
111  </widget>
112  <pixmapfunction></pixmapfunction>
113  <includes>
114   <include location="local" >qt_helpers.h</include>
115  </includes>
116  <tabstops>
117   <tabstop>noteRB</tabstop>
118   <tabstop>commentRB</tabstop>
119   <tabstop>greyedoutRB</tabstop>
120   <tabstop>framedRB</tabstop>
121   <tabstop>shadedRB</tabstop>
122   <tabstop>okPB</tabstop>
123   <tabstop>closePB</tabstop>
124  </tabstops>
125  <resources/>
126  <connections/>
127 </ui>