1 <ui version="4.0" > 2 <class>c2bSaveRegExp</class> 3 <widget class="QDialog" name="c2bSaveRegExp" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>845</width> 9 <height>584</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>Edit and Save Pattern - cb2Bib</string> 14 </property> 15 <layout class="QGridLayout" name="gridLayout_2" > 16 <property name="margin" > 17 <number>6</number> 18 </property> 19 <item row="0" column="0" > 20 <widget class="QGroupBox" name="groupBox" > 21 <property name="title" > 22 <string/> 23 </property> 24 <layout class="QGridLayout" name="gridLayout" > 25 <item row="0" column="0" > 26 <widget class="QLabel" name="labeln" > 27 <property name="text" > 28 <string>Name:</string> 29 </property> 30 </widget> 31 </item> 32 <item row="0" column="1" > 33 <widget class="c2bLineEdit" name="Name" > 34 <property name="text" > 35 <string>Choose a name to identify your reference recognition pattern</string> 36 </property> 37 </widget> 38 </item> 39 <item row="1" column="0" > 40 <widget class="QLabel" name="labelt" > 41 <property name="text" > 42 <string>Type:</string> 43 </property> 44 </widget> 45 </item> 46 <item row="1" column="1" > 47 <widget class="c2bLineEdit" name="Type" /> 48 </item> 49 <item row="2" column="0" > 50 <widget class="QLabel" name="labelf" > 51 <property name="text" > 52 <string>Fields:</string> 53 </property> 54 </widget> 55 </item> 56 <item row="2" column="1" > 57 <widget class="c2bLineEdit" name="Fields" > 58 <property name="text" > 59 <string/> 60 </property> 61 </widget> 62 </item> 63 <item row="3" column="0" > 64 <widget class="QLabel" name="labelr" > 65 <property name="text" > 66 <string>RegExp:</string> 67 </property> 68 </widget> 69 </item> 70 <item row="3" column="1" > 71 <widget class="c2bLineEdit" name="RegExp" /> 72 </item> 73 </layout> 74 </widget> 75 </item> 76 <item row="1" column="0" > 77 <widget class="QLabel" name="label1" > 78 <property name="text" > 79 <string>Input Text:</string> 80 </property> 81 </widget> 82 </item> 83 <item row="2" column="0" > 84 <widget class="QPlainTextEdit" name="Input" > 85 <property name="frameShadow" > 86 <enum>QFrame::Raised</enum> 87 </property> 88 </widget> 89 </item> 90 <item row="3" column="0" > 91 <widget class="Line" name="line1" > 92 <property name="orientation" > 93 <enum>Qt::Horizontal</enum> 94 </property> 95 </widget> 96 </item> 97 <item row="4" column="0" > 98 <widget class="QLabel" name="label2" > 99 <property name="text" > 100 <string>Pattern Information:</string> 101 </property> 102 </widget> 103 </item> 104 <item row="5" column="0" > 105 <widget class="QPlainTextEdit" name="Information" > 106 <property name="frameShadow" > 107 <enum>QFrame::Raised</enum> 108 </property> 109 <property name="undoRedoEnabled" > 110 <bool>false</bool> 111 </property> 112 <property name="readOnly" > 113 <bool>true</bool> 114 </property> 115 </widget> 116 </item> 117 <item row="6" column="0" > 118 <widget class="Line" name="line2" > 119 <property name="orientation" > 120 <enum>Qt::Horizontal</enum> 121 </property> 122 </widget> 123 </item> 124 <item row="7" column="0" > 125 <widget class="QDialogButtonBox" name="buttonBox" > 126 <property name="orientation" > 127 <enum>Qt::Horizontal</enum> 128 </property> 129 <property name="standardButtons" > 130 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Save</set> 131 </property> 132 </widget> 133 </item> 134 </layout> 135 </widget> 136 <customwidgets> 137 <customwidget> 138 <class>c2bLineEdit</class> 139 <extends>QLineEdit</extends> 140 <header>c2bLineEdit.h</header> 141 </customwidget> 142 </customwidgets> 143 <resources/> 144 <connections> 145 <connection> 146 <sender>buttonBox</sender> 147 <signal>accepted()</signal> 148 <receiver>c2bSaveRegExp</receiver> 149 <slot>accept()</slot> 150 <hints> 151 <hint type="sourcelabel" > 152 <x>620</x> 153 <y>452</y> 154 </hint> 155 <hint type="destinationlabel" > 156 <x>3</x> 157 <y>394</y> 158 </hint> 159 </hints> 160 </connection> 161 <connection> 162 <sender>buttonBox</sender> 163 <signal>rejected()</signal> 164 <receiver>c2bSaveRegExp</receiver> 165 <slot>reject()</slot> 166 <hints> 167 <hint type="sourcelabel" > 168 <x>730</x> 169 <y>444</y> 170 </hint> 171 <hint type="destinationlabel" > 172 <x>759</x> 173 <y>341</y> 174 </hint> 175 </hints> 176 </connection> 177 </connections> 178 </ui>