mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
41448ea49f
- solved a bug with unneeded original PEI core entry point recalculation - name of opened file is now shown in window title - added compression type and decompressed size info for compressed GUID-defined sections
511 lines
14 KiB
XML
511 lines
14 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>UEFITool</class>
|
|
<widget class="QMainWindow" name="UEFITool">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="acceptDrops">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>UEFITool</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QSplitter" name="messagesSplitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<widget class="QSplitter" name="infoSplitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QGroupBox" name="structureGroupBox">
|
|
<property name="title">
|
|
<string>Structure</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTreeView" name="structureTreeView">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Consolas</family>
|
|
<pointsize>9</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="indentation">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="headerHidden">
|
|
<bool>false</bool>
|
|
</property>
|
|
<attribute name="headerCascadingSectionResizes">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="headerDefaultSectionSize">
|
|
<number>200</number>
|
|
</attribute>
|
|
<attribute name="headerStretchLastSection">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QGroupBox" name="infoGroupBox">
|
|
<property name="title">
|
|
<string>Information</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPlainTextEdit" name="infoEdit">
|
|
<property name="font">
|
|
<font>
|
|
<family>Consolas</family>
|
|
<pointsize>9</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="acceptDrops">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="undoRedoEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="centerOnScroll">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="messageGroupBox">
|
|
<property name="title">
|
|
<string>Messages</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QListWidget" name="messageListWidget">
|
|
<property name="font">
|
|
<font>
|
|
<family>Consolas</family>
|
|
<pointsize>9</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="actionOpenImageFile"/>
|
|
<addaction name="actionSaveImageFile"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSearch"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>H&elp</string>
|
|
</property>
|
|
<addaction name="actionAbout"/>
|
|
<addaction name="actionAboutQt"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuAction">
|
|
<property name="title">
|
|
<string>&Action</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuCapsuleActions">
|
|
<property name="title">
|
|
<string>&Capsule</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
<addaction name="actionExtractBody"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuImageActions">
|
|
<property name="title">
|
|
<string>&Image</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuRegionActions">
|
|
<property name="title">
|
|
<string>&Region</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionReplace"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuPaddingActions">
|
|
<property name="title">
|
|
<string>&Padding</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuVolumeActions">
|
|
<property name="title">
|
|
<string>&Volume</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
<addaction name="actionExtractBody"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRebuild"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInsertInto"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRemove"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuFileActions">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
<addaction name="actionExtractBody"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRebuild"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInsertInto"/>
|
|
<addaction name="actionInsertBefore"/>
|
|
<addaction name="actionInsertAfter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionReplace"/>
|
|
<addaction name="actionReplaceBody"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRemove"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuSectionActions">
|
|
<property name="title">
|
|
<string>&Section</string>
|
|
</property>
|
|
<addaction name="actionExtract"/>
|
|
<addaction name="actionExtractBody"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRebuild"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInsertInto"/>
|
|
<addaction name="actionInsertBefore"/>
|
|
<addaction name="actionInsertAfter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionReplace"/>
|
|
<addaction name="actionReplaceBody"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRemove"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuMessages">
|
|
<property name="title">
|
|
<string>&Messages</string>
|
|
</property>
|
|
<addaction name="actionMessagesCopy"/>
|
|
<addaction name="actionMessagesCopyAll"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionMessagesClear"/>
|
|
</widget>
|
|
<addaction name="menuCapsuleActions"/>
|
|
<addaction name="menuImageActions"/>
|
|
<addaction name="menuRegionActions"/>
|
|
<addaction name="menuPaddingActions"/>
|
|
<addaction name="menuVolumeActions"/>
|
|
<addaction name="menuFileActions"/>
|
|
<addaction name="menuSectionActions"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuMessages"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuAction"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<action name="actionInsertAfter">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Insert &after...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Insert an object from file after selected object</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsertBefore">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Insert b&efore...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Insert object from file before selected object</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Alt+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReplace">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Rep&lace as is...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Replace selected object as is with an object from file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExtract">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>E&xtract as is...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Extract selected object as is to file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+E</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExtractBody">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Extract &body...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Extract body of selected object to file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+E</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemove">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Re&move</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Remove selected object</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Del</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenImageFile">
|
|
<property name="text">
|
|
<string>&Open image file...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Open image file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsertInto">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Insert &into...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Insert object from file into selected object</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveImageFile">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save image file...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Save modified image file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRebuild">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Rebuild</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Rebuild selected object</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Space</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>&About UEFITool</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F1</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::AboutRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionAboutQt">
|
|
<property name="text">
|
|
<string>About &Qt</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::AboutQtRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuit">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::QuitRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionSearch">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sear&ch...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMessagesClear">
|
|
<property name="text">
|
|
<string>Cl&ear</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Clear messages</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Backspace</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReplaceBody">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Replace b&ody...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Replace body of selected object with a data from file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMessagesCopy">
|
|
<property name="text">
|
|
<string>&Copy</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Shift+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMessagesCopyAll">
|
|
<property name="text">
|
|
<string>C&opy All</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Alt+C</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|