Mercurial > public > ostc_companion
comparison LogEditor.ui @ 1:0b3630a29ad8
Initial version based on previous repository.
Project was ported to QT6 and in now cmake based.
| author | Ideenmodellierer <tiefenrauscher@web.de> |
|---|---|
| date | Thu, 27 Nov 2025 18:40:28 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:76ccd6ce50c0 | 1:0b3630a29ad8 |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <ui version="4.0"> | |
| 3 <class>editLogWnd</class> | |
| 4 <widget class="QDialog" name="editLogWnd"> | |
| 5 <property name="geometry"> | |
| 6 <rect> | |
| 7 <x>0</x> | |
| 8 <y>0</y> | |
| 9 <width>853</width> | |
| 10 <height>385</height> | |
| 11 </rect> | |
| 12 </property> | |
| 13 <property name="windowTitle"> | |
| 14 <string>OSTC Companion settings</string> | |
| 15 </property> | |
| 16 <widget class="QLabel" name="noPortLabel"> | |
| 17 <property name="geometry"> | |
| 18 <rect> | |
| 19 <x>9</x> | |
| 20 <y>34</y> | |
| 21 <width>16</width> | |
| 22 <height>16</height> | |
| 23 </rect> | |
| 24 </property> | |
| 25 <property name="sizePolicy"> | |
| 26 <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> | |
| 27 <horstretch>0</horstretch> | |
| 28 <verstretch>0</verstretch> | |
| 29 </sizepolicy> | |
| 30 </property> | |
| 31 <property name="textFormat"> | |
| 32 <enum>Qt::TextFormat::RichText</enum> | |
| 33 </property> | |
| 34 <property name="alignment"> | |
| 35 <set>Qt::AlignmentFlag::AlignCenter</set> | |
| 36 </property> | |
| 37 <property name="openExternalLinks"> | |
| 38 <bool>true</bool> | |
| 39 </property> | |
| 40 </widget> | |
| 41 <widget class="QPushButton" name="WriteAllHeader"> | |
| 42 <property name="geometry"> | |
| 43 <rect> | |
| 44 <x>30</x> | |
| 45 <y>80</y> | |
| 46 <width>101</width> | |
| 47 <height>23</height> | |
| 48 </rect> | |
| 49 </property> | |
| 50 <property name="text"> | |
| 51 <string>WriteAllHeader</string> | |
| 52 </property> | |
| 53 </widget> | |
| 54 <widget class="QPushButton" name="okB"> | |
| 55 <property name="geometry"> | |
| 56 <rect> | |
| 57 <x>220</x> | |
| 58 <y>330</y> | |
| 59 <width>75</width> | |
| 60 <height>23</height> | |
| 61 </rect> | |
| 62 </property> | |
| 63 <property name="text"> | |
| 64 <string>OK</string> | |
| 65 </property> | |
| 66 <property name="shortcut"> | |
| 67 <string>Return</string> | |
| 68 </property> | |
| 69 <property name="autoDefault"> | |
| 70 <bool>false</bool> | |
| 71 </property> | |
| 72 <property name="default"> | |
| 73 <bool>true</bool> | |
| 74 </property> | |
| 75 </widget> | |
| 76 <widget class="QPushButton" name="ReadAllSamples"> | |
| 77 <property name="geometry"> | |
| 78 <rect> | |
| 79 <x>30</x> | |
| 80 <y>230</y> | |
| 81 <width>101</width> | |
| 82 <height>23</height> | |
| 83 </rect> | |
| 84 </property> | |
| 85 <property name="text"> | |
| 86 <string>ReadAllSamples</string> | |
| 87 </property> | |
| 88 </widget> | |
| 89 <widget class="QPushButton" name="WriteAllSamples"> | |
| 90 <property name="geometry"> | |
| 91 <rect> | |
| 92 <x>30</x> | |
| 93 <y>260</y> | |
| 94 <width>101</width> | |
| 95 <height>23</height> | |
| 96 </rect> | |
| 97 </property> | |
| 98 <property name="text"> | |
| 99 <string>WriteAllSamples</string> | |
| 100 </property> | |
| 101 </widget> | |
| 102 <widget class="QProgressBar" name="HeaderUsage"> | |
| 103 <property name="geometry"> | |
| 104 <rect> | |
| 105 <x>30</x> | |
| 106 <y>20</y> | |
| 107 <width>131</width> | |
| 108 <height>23</height> | |
| 109 </rect> | |
| 110 </property> | |
| 111 <property name="value"> | |
| 112 <number>24</number> | |
| 113 </property> | |
| 114 </widget> | |
| 115 <widget class="QProgressBar" name="SampleUsage"> | |
| 116 <property name="geometry"> | |
| 117 <rect> | |
| 118 <x>30</x> | |
| 119 <y>190</y> | |
| 120 <width>131</width> | |
| 121 <height>23</height> | |
| 122 </rect> | |
| 123 </property> | |
| 124 <property name="value"> | |
| 125 <number>24</number> | |
| 126 </property> | |
| 127 </widget> | |
| 128 <widget class="QPushButton" name="pushButton"> | |
| 129 <property name="geometry"> | |
| 130 <rect> | |
| 131 <x>30</x> | |
| 132 <y>50</y> | |
| 133 <width>101</width> | |
| 134 <height>23</height> | |
| 135 </rect> | |
| 136 </property> | |
| 137 <property name="text"> | |
| 138 <string>ReadAllHeader</string> | |
| 139 </property> | |
| 140 </widget> | |
| 141 <widget class="QTableWidget" name="SectorView"> | |
| 142 <property name="geometry"> | |
| 143 <rect> | |
| 144 <x>180</x> | |
| 145 <y>10</y> | |
| 146 <width>151</width> | |
| 147 <height>131</height> | |
| 148 </rect> | |
| 149 </property> | |
| 150 </widget> | |
| 151 <widget class="QPushButton" name="pushButton_2"> | |
| 152 <property name="geometry"> | |
| 153 <rect> | |
| 154 <x>110</x> | |
| 155 <y>330</y> | |
| 156 <width>75</width> | |
| 157 <height>23</height> | |
| 158 </rect> | |
| 159 </property> | |
| 160 <property name="text"> | |
| 161 <string>Save Dump</string> | |
| 162 </property> | |
| 163 </widget> | |
| 164 <widget class="QPushButton" name="LoadDump"> | |
| 165 <property name="geometry"> | |
| 166 <rect> | |
| 167 <x>20</x> | |
| 168 <y>330</y> | |
| 169 <width>75</width> | |
| 170 <height>23</height> | |
| 171 </rect> | |
| 172 </property> | |
| 173 <property name="text"> | |
| 174 <string>Load Dump</string> | |
| 175 </property> | |
| 176 </widget> | |
| 177 <widget class="QLabel" name="label"> | |
| 178 <property name="geometry"> | |
| 179 <rect> | |
| 180 <x>520</x> | |
| 181 <y>10</y> | |
| 182 <width>47</width> | |
| 183 <height>13</height> | |
| 184 </rect> | |
| 185 </property> | |
| 186 <property name="text"> | |
| 187 <string>Info</string> | |
| 188 </property> | |
| 189 </widget> | |
| 190 <widget class="QTextBrowser" name="textBrowser_2"> | |
| 191 <property name="geometry"> | |
| 192 <rect> | |
| 193 <x>570</x> | |
| 194 <y>10</y> | |
| 195 <width>256</width> | |
| 196 <height>361</height> | |
| 197 </rect> | |
| 198 </property> | |
| 199 <property name="acceptRichText"> | |
| 200 <bool>true</bool> | |
| 201 </property> | |
| 202 </widget> | |
| 203 <widget class="QTableWidget" name="SampleView"> | |
| 204 <property name="geometry"> | |
| 205 <rect> | |
| 206 <x>180</x> | |
| 207 <y>180</y> | |
| 208 <width>171</width> | |
| 209 <height>41</height> | |
| 210 </rect> | |
| 211 </property> | |
| 212 </widget> | |
| 213 <widget class="QPushButton" name="ResetSampleAddr"> | |
| 214 <property name="geometry"> | |
| 215 <rect> | |
| 216 <x>340</x> | |
| 217 <y>10</y> | |
| 218 <width>101</width> | |
| 219 <height>23</height> | |
| 220 </rect> | |
| 221 </property> | |
| 222 <property name="text"> | |
| 223 <string>ResetSampleAddr</string> | |
| 224 </property> | |
| 225 </widget> | |
| 226 </widget> | |
| 227 <resources/> | |
| 228 <connections> | |
| 229 <connection> | |
| 230 <sender>okB</sender> | |
| 231 <signal>clicked()</signal> | |
| 232 <receiver>editLogWnd</receiver> | |
| 233 <slot>accept()</slot> | |
| 234 <hints> | |
| 235 <hint type="sourcelabel"> | |
| 236 <x>250</x> | |
| 237 <y>140</y> | |
| 238 </hint> | |
| 239 <hint type="destinationlabel"> | |
| 240 <x>373</x> | |
| 241 <y>100</y> | |
| 242 </hint> | |
| 243 </hints> | |
| 244 </connection> | |
| 245 </connections> | |
| 246 <slots> | |
| 247 <slot>languageSlot(int)</slot> | |
| 248 <slot>resetSettingsSlot()</slot> | |
| 249 <slot>updatePortsSlot()</slot> | |
| 250 </slots> | |
| 251 </ui> |
