Revise HowtoTranslate, add gen-tr.sh
[nomnom.git] / src / rc / MainWindow.ui
blobdc55f581af70e4d7cbf8dccbf97db076278ad07f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>131</width>
10 <height>132</height>
11 </rect>
12 </property>
13 <property name="acceptDrops">
14 <bool>true</bool>
15 </property>
16 <property name="windowTitle">
17 <string>NomNom</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="../rc/nomnom.qrc">
21 <normaloff>:/img/nomnom.png</normaloff>:/img/nomnom.png</iconset>
22 </property>
23 <widget class="QWidget" name="centralwidget">
24 <layout class="QVBoxLayout" name="verticalLayout">
25 <item>
26 <widget class="QTextBrowser" name="textBrowser">
27 <property name="toolTip">
28 <string>Drag and drop URLs here</string>
29 </property>
30 <property name="html">
31 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
32 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
33 p, li { white-space: pre-wrap; }
34 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
35 &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Verdana';&quot;&gt;&lt;/p&gt;
36 &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/img/nomnom.png&quot; /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QComboBox" name="modeCBox">
42 <item>
43 <property name="text">
44 <string>Stream</string>
45 </property>
46 </item>
47 <item>
48 <property name="text">
49 <string>Download</string>
50 </property>
51 </item>
52 </widget>
53 </item>
54 </layout>
55 </widget>
56 </widget>
57 <resources>
58 <include location="../rc/nomnom.qrc"/>
59 </resources>
60 <connections/>
61 <slots>
62 <slot>onLanguage()</slot>
63 <slot>onPreferences()</slot>
64 <slot>onAbout()</slot>
65 <slot>onStop()</slot>
66 </slots>
67 </ui>