Mercurial > public > ostc_companion
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LogEditor.ui Thu Nov 27 18:40:28 2025 +0100 @@ -0,0 +1,251 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>editLogWnd</class> + <widget class="QDialog" name="editLogWnd"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>853</width> + <height>385</height> + </rect> + </property> + <property name="windowTitle"> + <string>OSTC Companion settings</string> + </property> + <widget class="QLabel" name="noPortLabel"> + <property name="geometry"> + <rect> + <x>9</x> + <y>34</y> + <width>16</width> + <height>16</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="textFormat"> + <enum>Qt::TextFormat::RichText</enum> + </property> + <property name="alignment"> + <set>Qt::AlignmentFlag::AlignCenter</set> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton" name="WriteAllHeader"> + <property name="geometry"> + <rect> + <x>30</x> + <y>80</y> + <width>101</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>WriteAllHeader</string> + </property> + </widget> + <widget class="QPushButton" name="okB"> + <property name="geometry"> + <rect> + <x>220</x> + <y>330</y> + <width>75</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>OK</string> + </property> + <property name="shortcut"> + <string>Return</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton" name="ReadAllSamples"> + <property name="geometry"> + <rect> + <x>30</x> + <y>230</y> + <width>101</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>ReadAllSamples</string> + </property> + </widget> + <widget class="QPushButton" name="WriteAllSamples"> + <property name="geometry"> + <rect> + <x>30</x> + <y>260</y> + <width>101</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>WriteAllSamples</string> + </property> + </widget> + <widget class="QProgressBar" name="HeaderUsage"> + <property name="geometry"> + <rect> + <x>30</x> + <y>20</y> + <width>131</width> + <height>23</height> + </rect> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + <widget class="QProgressBar" name="SampleUsage"> + <property name="geometry"> + <rect> + <x>30</x> + <y>190</y> + <width>131</width> + <height>23</height> + </rect> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>30</x> + <y>50</y> + <width>101</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>ReadAllHeader</string> + </property> + </widget> + <widget class="QTableWidget" name="SectorView"> + <property name="geometry"> + <rect> + <x>180</x> + <y>10</y> + <width>151</width> + <height>131</height> + </rect> + </property> + </widget> + <widget class="QPushButton" name="pushButton_2"> + <property name="geometry"> + <rect> + <x>110</x> + <y>330</y> + <width>75</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>Save Dump</string> + </property> + </widget> + <widget class="QPushButton" name="LoadDump"> + <property name="geometry"> + <rect> + <x>20</x> + <y>330</y> + <width>75</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>Load Dump</string> + </property> + </widget> + <widget class="QLabel" name="label"> + <property name="geometry"> + <rect> + <x>520</x> + <y>10</y> + <width>47</width> + <height>13</height> + </rect> + </property> + <property name="text"> + <string>Info</string> + </property> + </widget> + <widget class="QTextBrowser" name="textBrowser_2"> + <property name="geometry"> + <rect> + <x>570</x> + <y>10</y> + <width>256</width> + <height>361</height> + </rect> + </property> + <property name="acceptRichText"> + <bool>true</bool> + </property> + </widget> + <widget class="QTableWidget" name="SampleView"> + <property name="geometry"> + <rect> + <x>180</x> + <y>180</y> + <width>171</width> + <height>41</height> + </rect> + </property> + </widget> + <widget class="QPushButton" name="ResetSampleAddr"> + <property name="geometry"> + <rect> + <x>340</x> + <y>10</y> + <width>101</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>ResetSampleAddr</string> + </property> + </widget> + </widget> + <resources/> + <connections> + <connection> + <sender>okB</sender> + <signal>clicked()</signal> + <receiver>editLogWnd</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>250</x> + <y>140</y> + </hint> + <hint type="destinationlabel"> + <x>373</x> + <y>100</y> + </hint> + </hints> + </connection> + </connections> + <slots> + <slot>languageSlot(int)</slot> + <slot>resetSettingsSlot()</slot> + <slot>updatePortsSlot()</slot> + </slots> +</ui>
