Added the template editor dialog
[biaweb_qt.git] / templates_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TemplatesDialog</class>
4 <widget class="QDialog" name="TemplatesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>751</width>
10 <height>535</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Template Editor</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>Template</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="1">
25 <widget class="QComboBox" name="templates">
26 <property name="minimumSize">
27 <size>
28 <width>250</width>
29 <height>0</height>
30 </size>
31 </property>
32 </widget>
33 </item>
34 <item row="0" column="2">
35 <widget class="QPushButton" name="edit">
36 <property name="toolTip">
37 <string>Click to edit the
38 selected template</string>
39 </property>
40 <property name="text">
41 <string>&amp;Edit</string>
42 </property>
43 </widget>
44 </item>
45 <item row="0" column="3">
46 <widget class="QPushButton" name="pushButton">
47 <property name="toolTip">
48 <string>Save the template
49 modified below</string>
50 </property>
51 <property name="text">
52 <string>&amp;Save</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0" colspan="4">
57 <widget class="QPlainTextEdit" name="template_text">
58 <property name="font">
59 <font>
60 <family>Monospace</family>
61 </font>
62 </property>
63 <property name="tabChangesFocus">
64 <bool>true</bool>
65 </property>
66 </widget>
67 </item>
68 <item row="2" column="3">
69 <widget class="QPushButton" name="close">
70 <property name="text">
71 <string>&amp;Close</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </widget>
77 <tabstops>
78 <tabstop>templates</tabstop>
79 <tabstop>edit</tabstop>
80 <tabstop>pushButton</tabstop>
81 <tabstop>template_text</tabstop>
82 <tabstop>close</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>close</sender>
88 <signal>clicked()</signal>
89 <receiver>TemplatesDialog</receiver>
90 <slot>accept()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>515</x>
94 <y>383</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>288</x>
98 <y>206</y>
99 </hint>
100 </hints>
101 </connection>
102 </connections>
103 </ui>