2013-10-08 15:07:03 +08:00
|
|
|
<?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>
|
2013-11-15 18:48:14 +08:00
|
|
|
<width>1100</width>
|
|
|
|
<height>700</height>
|
2013-10-08 15:07:03 +08:00
|
|
|
</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">
|
2013-11-19 03:11:22 +08:00
|
|
|
<string>UEFITool 0.9.2</string>
|
2013-10-08 15:07:03 +08:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2013-11-07 21:46:28 +08:00
|
|
|
<property name="margin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2013-10-15 23:19:15 +08:00
|
|
|
<item row="0" column="0">
|
2013-10-08 15:07:03 +08:00
|
|
|
<widget class="QGroupBox" name="structureGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Structure</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-11-07 21:46:28 +08:00
|
|
|
<property name="margin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2013-10-08 15:07:03 +08:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QTreeView" name="structureTreeView">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Consolas</family>
|
|
|
|
<pointsize>10</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>
|
|
|
|
</item>
|
2013-10-15 23:19:15 +08:00
|
|
|
<item row="0" column="1">
|
2013-10-08 15:07:03 +08:00
|
|
|
<widget class="QGroupBox" name="infoGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-11-07 21:46:28 +08:00
|
|
|
<width>220</width>
|
2013-10-08 15:07:03 +08:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Information</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2013-10-15 23:19:15 +08:00
|
|
|
<property name="spacing">
|
2013-11-07 21:46:28 +08:00
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>5</number>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
2013-10-08 15:07:03 +08:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="infoEdit">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Consolas</family>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
</font>
|
|
|
|
</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>
|
|
|
|
</item>
|
2013-10-15 23:19:15 +08:00
|
|
|
<item row="1" column="0" colspan="2">
|
2013-11-17 17:01:11 +08:00
|
|
|
<widget class="QGroupBox" name="messageGroupBox">
|
2013-10-08 15:07:03 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-11-15 18:48:14 +08:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>120</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-10-08 15:07:03 +08:00
|
|
|
<property name="title">
|
2013-11-17 17:01:11 +08:00
|
|
|
<string>Message</string>
|
2013-10-08 15:07:03 +08:00
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2013-11-07 21:46:28 +08:00
|
|
|
<property name="spacing">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2013-10-08 15:07:03 +08:00
|
|
|
<item>
|
2013-11-17 17:01:11 +08:00
|
|
|
<widget class="QListWidget" name="messageListWidget"/>
|
2013-10-08 15:07:03 +08:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2013-10-15 23:19:15 +08:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
2013-11-14 18:40:39 +08:00
|
|
|
<enum>LeftToolBarArea</enum>
|
2013-10-15 23:19:15 +08:00
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionOpenImageFile"/>
|
2013-11-07 21:46:28 +08:00
|
|
|
<addaction name="actionSaveImageFile"/>
|
2013-10-15 23:19:15 +08:00
|
|
|
<addaction name="separator"/>
|
2013-11-18 23:23:59 +08:00
|
|
|
<addaction name="actionRebuild"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionRemove"/>
|
|
|
|
<addaction name="separator"/>
|
2013-10-15 23:19:15 +08:00
|
|
|
<addaction name="actionExtract"/>
|
|
|
|
<addaction name="actionExtractBody"/>
|
|
|
|
<addaction name="actionExtractUncompressed"/>
|
|
|
|
<addaction name="separator"/>
|
2013-11-07 21:46:28 +08:00
|
|
|
<addaction name="actionInsertInto"/>
|
2013-10-15 23:19:15 +08:00
|
|
|
<addaction name="actionInsertBefore"/>
|
|
|
|
<addaction name="actionInsertAfter"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionReplace"/>
|
2013-11-18 23:23:59 +08:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1100</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="actionQuit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuAction">
|
|
|
|
<property name="title">
|
|
|
|
<string>A&ction</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuChangeCompressionTo">
|
|
|
|
<property name="enabled">
|
2013-11-19 00:11:08 +08:00
|
|
|
<bool>true</bool>
|
2013-11-18 23:23:59 +08:00
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Change &compression to</string>
|
|
|
|
</property>
|
2013-11-19 00:11:08 +08:00
|
|
|
<addaction name="actionChangeToNone"/>
|
2013-11-18 23:23:59 +08:00
|
|
|
<addaction name="actionChangeToTiano"/>
|
|
|
|
<addaction name="actionChangeToEfi11"/>
|
|
|
|
<addaction name="actionChangeToLzma"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="actionRebuild"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionRemove"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExtract"/>
|
|
|
|
<addaction name="actionExtractBody"/>
|
|
|
|
<addaction name="actionExtractUncompressed"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionInsertInto"/>
|
|
|
|
<addaction name="actionInsertAfter"/>
|
|
|
|
<addaction name="actionInsertBefore"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionReplace"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuChangeCompressionTo"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>H&elp</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
<addaction name="actionAboutQt"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuAction"/>
|
|
|
|
<addaction name="menuHelp"/>
|
2013-10-15 23:19:15 +08:00
|
|
|
</widget>
|
|
|
|
<action name="actionInsertAfter">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Insert &after...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Insert an object from file after selected object</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Ctrl+Shift+I</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInsertBefore">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Insert &before...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Insert object from file before selected object</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Ctrl+Alt+I</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReplace">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Rep&lace</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Replace selected object 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">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>E&xtract as is...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-17 17:01:11 +08:00
|
|
|
<string>Extract selected object as is to file</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExtractBody">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Extract &without header...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Extract selected object without header to file</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExtractUncompressed">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Extract &uncompressed...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Extract selected FFS file uncompressing it </string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Alt+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-07 21:46:28 +08:00
|
|
|
<action name="actionRemove">
|
2013-10-15 23:19:15 +08:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Re&move</string>
|
2013-11-07 21:46:28 +08:00
|
|
|
</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">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>&Open image file...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Open image file</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Ctrl+O</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-07 21:46:28 +08:00
|
|
|
<action name="actionInsertInto">
|
2013-10-15 23:19:15 +08:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Insert &into...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Insert object from file into selected object</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>Ctrl+I</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-07 21:46:28 +08:00
|
|
|
<action name="actionSaveImageFile">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-10-15 23:19:15 +08:00
|
|
|
<property name="text">
|
2013-11-18 23:23:59 +08:00
|
|
|
<string>&Save image file...</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Save modified image file</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2013-11-07 21:46:28 +08:00
|
|
|
<string>Ctrl+S</string>
|
2013-10-15 23:19:15 +08:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-11-18 23:23:59 +08:00
|
|
|
<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="actionChangeToTiano">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Tiano</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeToEfi11">
|
|
|
|
<property name="text">
|
|
|
|
<string>&EFI 1.1</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeToLzma">
|
|
|
|
<property name="text">
|
|
|
|
<string>&LZMA</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+L</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>
|
2013-11-19 00:11:08 +08:00
|
|
|
<action name="actionChangeToNone">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Uncompressed</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+U</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-10-08 15:07:03 +08:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|