Work in progress

This commit is contained in:
Rainer Koschnick
2025-07-14 23:02:07 +02:00
parent b72b496506
commit fdfe0948fe
11 changed files with 871 additions and 389 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>685</width>
<height>710</height>
<width>743</width>
<height>832</height>
</rect>
</property>
<property name="windowTitle">
@ -572,6 +572,11 @@
</item>
<item row="1" column="1">
<widget class="QComboBox" name="combo_disktype">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>.a2r</string>
@ -783,6 +788,11 @@
</item>
<item row="1" column="3">
<widget class="QComboBox" name="combo_format">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>acorn.adfs.160</string>
@ -1489,6 +1499,12 @@
</item>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Command Line</string>
</property>
@ -1496,7 +1512,7 @@
<item>
<widget class="QPlainTextEdit" name="te_command_line">
<property name="plainText">
<string>gw.exe read --device=COM3 &quot;C:\Users\Rainer\Downloads\GreaseweazleGUI-v2.127\mydisk.scp&quot;</string>
<string/>
</property>
</widget>
</item>
@ -1511,6 +1527,15 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTextEdit" name="te_console">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
@ -1522,7 +1547,7 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Fira Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Segoe UI'; font-size:9pt;&quot;&gt;Using CMD Console mode&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@ -1549,16 +1574,32 @@ li.checked::marker { content: &quot;\2612&quot;; }
<property name="text">
<string>Launch</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_abort">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Abort</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_back">
<property name="text">
<string>Back</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
<item>