Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 16 additions & 28 deletions qt/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>600</width>
<height>570</height>
<height>800</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -123,7 +123,7 @@
</property>
<property name="maximumSize">
<size>
<width>50</width>
<width>66</width>
<height>16777215</height>
</size>
</property>
Expand Down Expand Up @@ -158,12 +158,6 @@
<pointsize>8</pointsize>
</font>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
<widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0" columnstretch="0" rowminimumheight="0,0" columnminimumwidth="0">
Expand Down Expand Up @@ -310,23 +304,6 @@
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuDevice">
<property name="title">
<string>Device</string>
</property>
<addaction name="actionReadId"/>
<addaction name="actionErase"/>
<addaction name="actionRead"/>
<addaction name="actionWrite"/>
<addaction name="actionVerify"/>
<addaction name="actionReadBadBlocks"/>
</widget>
<widget class="QMenu" name="menuProgrammer">
<property name="title">
<string>Programmer</string>
</property>
<addaction name="actionConnect"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
Expand All @@ -343,30 +320,41 @@
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuProgrammer"/>
<addaction name="menuDevice"/>
<addaction name="menuSettings"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="movable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionConnect"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionReadId"/>
<addaction name="actionRead"/>
<addaction name="actionWrite"/>
<addaction name="actionVerify"/>
<addaction name="actionErase"/>
<addaction name="actionReadBadBlocks"/>
</widget>
<action name="actionReadId">
<property name="enabled">
Expand Down Expand Up @@ -410,7 +398,7 @@
<string>Programmer</string>
</property>
</action>
<action name="actionVerify">
<action name="actionVerify">
<property name="enabled">
<bool>false</bool>
</property>
Expand Down