Updated htaccess to Apache 2.4 compat
[biaweb_qt.git] / editor_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditorDialog</class>
4 <widget class="QDialog" name="EditorDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>663</width>
10 <height>463</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Editor</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QPlainTextEdit" name="text">
19 <property name="font">
20 <font>
21 <family>Monospace</family>
22 </font>
23 </property>
24 <property name="verticalScrollBarPolicy">
25 <enum>Qt::ScrollBarAlwaysOn</enum>
26 </property>
27 <property name="tabChangesFocus">
28 <bool>true</bool>
29 </property>
30 <property name="lineWrapMode">
31 <enum>QPlainTextEdit::NoWrap</enum>
32 </property>
33 </widget>
34 </item>
35 <item row="1" column="0">
36 <widget class="QDialogButtonBox" name="buttonBox">
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="standardButtons">
41 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </widget>
47 <resources/>
48 <connections>
49 <connection>
50 <sender>buttonBox</sender>
51 <signal>accepted()</signal>
52 <receiver>EditorDialog</receiver>
53 <slot>accept()</slot>
54 <hints>
55 <hint type="sourcelabel">
56 <x>227</x>
57 <y>441</y>
58 </hint>
59 <hint type="destinationlabel">
60 <x>157</x>
61 <y>274</y>
62 </hint>
63 </hints>
64 </connection>
65 <connection>
66 <sender>buttonBox</sender>
67 <signal>rejected()</signal>
68 <receiver>EditorDialog</receiver>
69 <slot>reject()</slot>
70 <hints>
71 <hint type="sourcelabel">
72 <x>295</x>
73 <y>447</y>
74 </hint>
75 <hint type="destinationlabel">
76 <x>286</x>
77 <y>274</y>
78 </hint>
79 </hints>
80 </connection>
81 <connection>
82 <sender>text</sender>
83 <signal>textChanged()</signal>
84 <receiver>EditorDialog</receiver>
85 <slot>onTextChanged()</slot>
86 <hints>
87 <hint type="sourcelabel">
88 <x>408</x>
89 <y>298</y>
90 </hint>
91 <hint type="destinationlabel">
92 <x>270</x>
93 <y>457</y>
94 </hint>
95 </hints>
96 </connection>
97 </connections>
98 <slots>
99 <slot>onTextChanged()</slot>
100 </slots>
101 </ui>