mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-02 08:09:49 -04:00
Version 0.8.0
- code slightly refactored - solved bug on working with file tail
This commit is contained in:
parent
1c005d5025
commit
3d7dad6bb6
14 changed files with 379 additions and 503 deletions
20
uefitool.ui
20
uefitool.ui
|
@ -20,7 +20,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>UEFITool 0.7.0</string>
|
||||
<string>UEFITool 0.8.0</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<property name="sizePolicy">
|
||||
|
@ -135,7 +135,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QGroupBox" name="debugGroupBox">
|
||||
<widget class="QGroupBox" name="messageGroupBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
|
@ -149,7 +149,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Debug</string>
|
||||
<string>Message</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<property name="spacing">
|
||||
|
@ -159,7 +159,7 @@
|
|||
<number>5</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QListWidget" name="debugListWidget"/>
|
||||
<widget class="QListWidget" name="messageListWidget"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Insert after...</string>
|
||||
<string>Insert object after...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Insert an object from file after selected object</string>
|
||||
|
@ -215,7 +215,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Insert before...</string>
|
||||
<string>Insert object before...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Insert object from file before selected object</string>
|
||||
|
@ -243,10 +243,10 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Extract...</string>
|
||||
<string>Extract as is...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Extract selected object to file</string>
|
||||
<string>Extract selected object as is to file</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+E</string>
|
||||
|
@ -257,7 +257,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Extract body...</string>
|
||||
<string>Extract without header...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Extract selected object without header to file</string>
|
||||
|
@ -310,7 +310,7 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Insert into...</string>
|
||||
<string>Insert object into...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Insert object from file into selected object</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue