代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1124</width>
<height>675</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="windowIcon">
<iconset resource="my.qrc">
<normaloff>:/icon/icon.png</normaloff>:/icon/icon.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_14">
<item row="0" column="0" rowspan="2">
<widget class="QTabWidget" name="tabWidget_misc">
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<widget class="QWidget" name="tab_misc1">
<attribute name="title">
<string>Members</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="lblMembers">
<property name="text">
<string>Members</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QTreeWidget" name="treeWidget">
<property name="font">
<font/>
</property>
<property name="styleSheet">
<string notr="true">/* 之前的底色为绿色:30, 255, 25, 255 */
QTreeView::branch:hover {background-color:rgba(127,255,0,50)}
QTreeView::branch:selected {background: rgba(135 206 235, 255);selection-background-color:rgba(135 206 235, 255);}
QTreeWidget::item:hover{background-color:rgba(127,255,0,50)}
QTreeWidget::item:selected{background-color:rgba(135 206 235, 255); color:rgba(5,5,5,255);}
QTreeView::branch:open:has-children:!has-siblings,QTreeView::branch:open:has-children:has-siblings {image: url(:/icon/sub.svg);}
QTreeView::branch:has-children:!has-siblings:closed,QTreeView::branch:closed:has-children:has-siblings {image: url(:/icon/main.svg);}
QTreeView::branch:has-siblings:!adjoins-item{border-image:url(:/icon/branch-line.png)0;}
QTreeView::branch:has-siblings:adjoins-item{border-image:url(:/icon/branch-more.png)0;}
QTreeView::branch:!has-children:!has-siblings:adjoins-item{border-image:url(:/icon//branch-end.png)0;}</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="headerHighlightSections">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
<column>
<property name="text">
<string notr="true">2</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_misc2">
<attribute name="title">
<string>Files</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_8">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QPushButton" name="btnReturn">
<property name="text">
<string>Return</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QTreeView" name="treeView">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">/* 之前的底色为绿色:30, 255, 25, 255 */
QTreeView::branch:hover {background-color:rgba(127,255,0,50)}
QTreeView::branch:selected {background: rgba(135 206 235, 255);selection-background-color:rgba(135 206 235, 255);}
QTreeView::item:hover{background-color:rgba(127,255,0,50)}
QTreeView::item:selected{background-color:rgba(135 206 235, 255); color:rgba(5,5,5,255);}
QTreeView::branch:open:has-children:!has-siblings,QTreeView::branch:open:has-children:has-siblings {image: url(:/icon/sub.png);}
QTreeView::branch:has-children:!has-siblings:closed,QTreeView::branch:closed:has-children:has-siblings {image: url(:/icon/main.png);}
/*QTreeView::branch:has-siblings:!adjoins-item{border-image:url(:/icon/branch-line.png)0;}
QTreeView::branch:has-siblings:adjoins-item{border-image:url(:/icon/branch-more.png)0;}
QTreeView::branch:!has-children:!has-siblings:adjoins-item{border-image:url(:/icon//branch-end.png)0;}*/</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabFindReplace">
<attribute name="title">
<string>Find</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>5</number>
</property>
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QToolButton" name="btnCaseSensitive">
<property name="maximumSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolTip">
<string>Case sensitive</string>
</property>
<property name="text">
<string>Aa</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="editFind">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string/>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSearch">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnPrevious">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Previous</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnNext">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Next</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Search Scope</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cboxFindScope">
<item>
<property name="text">
<string>In Current File</string>
</property>
</item>
<item>
<property name="text">
<string>In All Open Files</string>
</property>
</item>
<item>
<property name="text">
<string>In Folder</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="chkSubDir">
<property name="text">
<string>Include Subfolders</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="btnExpand">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="toolTip">
<string>Expand / Collapse</string>
</property>
<property name="text">
<string>E</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QFrame" name="frameInFolder">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_9">
<property name="leftMargin">
<number>12</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Folder</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="editFolder"/>
</item>
<item>
<widget class="QToolButton" name="btnFolder">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Set Folder</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="lblSearch">
<property name="text">
<string>0 0</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="lblPos">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="editProgress"/>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnStopFind">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QTreeWidget" name="treeFind">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item row="4" column="0">
<layout class="QHBoxLayout" name="hlReplace">
<item>
<widget class="QLineEdit" name="editReplace">
<property name="placeholderText">
<string>Replace</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnReplace">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Replace</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnReplaceFind">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>Replace && Find</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnReplaceAll">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>22</height>
</size>
</property>
<property name="text">
<string>All</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item row="0" column="1">
<widget class="QFrame" name="frameTip">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="0">
<widget class="QLabel" name="lblFileName">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="btnNo">
<property name="maximumSize">
<size>
<width>75</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>No</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="btnYes">
<property name="maximumSize">
<size>
<width>75</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Yes</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QFrame" name="frameFun">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_15">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="4">
<widget class="QToolButton" name="btnErrorN">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>200</height>
</size>
</property>
<property name="toolTip">
<string>Go to the next error</string>
</property>
<property name="text">
<string>></string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnCompile">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>200</height>
</size>
</property>
<property name="toolTip">
<string>Compile</string>
</property>
<property name="text">
<string>C</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="btnErrorP">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>200</height>
</size>
</property>
<property name="toolTip">
<string>Go to previous error</string>
</property>
<property name="text">
<string><</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QFrame" name="frameMainFun">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_16">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="3">
<widget class="QToolButton" name="btnSave">
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="toolTip">
<string>Save</string>
</property>
<property name="text">
<string>S</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QToolButton" name="btnTabList">
<property name="text">
<string>L</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnNew">
<property name="toolTip">
<string>New</string>
</property>
<property name="text">
<string>N</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QToolButton" name="btnMiniMap">
<property name="toolTip">
<string>Mini Map</string>
</property>
<property name="text">
<string>Map</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="btnFind">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="toolTip">
<string>Find</string>
</property>
<property name="text">
<string>F</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QToolButton" name="btnBookmark">
<property name="toolTip">
<string>Bookmarks</string>
</property>
<property name="text">
<string>B</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="2" rowspan="3">
<widget class="QFrame" name="frameBook">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_18">
<item row="2" column="0">
<widget class="QLabel" name="lblNotes">
<property name="text">
<string>Notes</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QListWidget" name="listBook">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lblBookmarks">
<property name="text">
<string>Bookmarks</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QTextEdit" name="textEditNotes"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QFrame" name="frame">
<property name="minimumSize">
<size>
<width>200</width>
<height>100</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<layout class="QVBoxLayout" name="vLayout">
<item>
<widget class="MyTabWidget" name="tabWidget_textEdit" native="true">
<property name="currentIndex" stdset="0">
<number>-1</number>
</property>
<property name="usesScrollButtons" stdset="0">
<bool>true</bool>
</property>
<property name="documentMode" stdset="0">
<bool>false</bool>
</property>
<property name="tabsClosable" stdset="0">
<bool>false</bool>
</property>
<property name="movable" stdset="0">
<bool>true</bool>
</property>
<property name="tabBarAutoHide" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="hLayout"/>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QFrame" name="frameInfo">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget">
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">/**列表项选中*/
QListWidget::item::selected:active
{
color:black;
border-width:0;
background: rgb(180 ,209 ,255);
}
QListWidget::item:selected
{
color:black;
border-width:0;
background: rgb(180 ,209 ,255);
}
</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="layoutMode">
<enum>QListView::SinglePass</enum>
</property>
<property name="viewMode">
<enum>QListView::ListMode</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QTabWidget" name="tabWidget">
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="tabBasicInfo">
<attribute name="title">
<string>BasicInfo</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QTextEdit" name="editShowMsg">
<property name="font">
<font/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabErrors">
<attribute name="title">
<string>Errors</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QTextEdit" name="editErrors">
<property name="font">
<font/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabWarnings">
<attribute name="title">
<string>Warnings</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QTextEdit" name="editWarnings">
<property name="font">
<font/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabRemarks">
<attribute name="title">
<string>Remarks</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QTextEdit" name="editRemarks">
<property name="font">
<font/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabScribble">
<attribute name="title">
<string>Scribble</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_13">
<item row="0" column="0">
<widget class="QTextEdit" name="editScribble">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabOptimizations">
<attribute name="title">
<string>Optimizations</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_17">
<item row="0" column="0">
<widget class="QTextEdit" name="editOptimizations">
<property name="font">
<font/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1124</width>
<height>24</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>File</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
<addaction name="separator"/>
<addaction name="actionOpen_directory"/>
<addaction name="separator"/>
<addaction name="actionClose_tab"/>
<addaction name="separator"/>
<addaction name="actionPreferences"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionGenerate"/>
<addaction name="actionDSDecompile"/>
<addaction name="separator"/>
<addaction name="actionCompiling"/>
<addaction name="actionGo_to_previous_error"/>
<addaction name="actionGo_to_the_next_error"/>
<addaction name="separator"/>
<addaction name="actionRefreshTree"/>
<addaction name="separator"/>
<addaction name="actionFind"/>
<addaction name="actionFindPrevious"/>
<addaction name="actionFindNext"/>
<addaction name="separator"/>
<addaction name="actionReplace"/>
<addaction name="actionReplace_Find"/>
<addaction name="actionReplaceAll"/>
<addaction name="separator"/>
<addaction name="actionSet_Bookmark"/>
<addaction name="separator"/>
<addaction name="actionKextstat"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="actionMembers_win"/>
<addaction name="actionInfo_win"/>
<addaction name="actionMinimap"/>
<addaction name="actionViewBookmarks"/>
<addaction name="separator"/>
<addaction name="actionAutomatic_Line_Feeds"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<widget class="QMenu" name="menuProxy_selection_for_download">
<property name="title">
<string>Select Mirror Server</string>
</property>
<addaction name="actProxy1"/>
<addaction name="actProxy2"/>
<addaction name="actProxy3"/>
<addaction name="actProxy4"/>
<addaction name="actProxy5"/>
</widget>
<addaction name="actionCheckUpdate"/>
<addaction name="menuProxy_selection_for_download"/>
<addaction name="actionDownload_Upgrade_Packages"/>
<addaction name="actionLatest_Release"/>
<addaction name="separator"/>
<addaction name="actioniasl_usage"/>
<addaction name="actionUser_Guide"/>
<addaction name="separator"/>
<addaction name="actionReporting_Issues"/>
<addaction name="actionAbout_1"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar">
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="allowedAreas">
<set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QDockWidget" name="dockMiniEdit">
<property name="minimumSize">
<size>
<width>60</width>
<height>63</height>
</size>
</property>
<property name="features">
<set>QDockWidget::NoDockWidgetFeatures</set>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_2">
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QFrame" name="fBox">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QFrame { background-color:rgba(255,25,25,35);
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black; }</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<action name="actionOpen">
<property name="text">
<string>Open</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionSaveAs">
<property name="text">
<string>Save as...</string>
</property>
</action>
<action name="actionGenerate">
<property name="text">
<string>Generate ACPI Tables</string>
</property>
</action>
<action name="actionCompiling">
<property name="text">
<string>Compile</string>
</property>
</action>
<action name="actionNew">
<property name="text">
<string>New</string>
</property>
</action>
<action name="actionFont_2">
<property name="checkable">
<bool>false</bool>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Font</string>
</property>
</action>
<action name="actionWrapWord">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>WrapWord</string>
</property>
</action>
<action name="actionKextstat">
<property name="text">
<string>Kextstat</string>
</property>
</action>
<action name="actionGo_to_previous_error">
<property name="text">
<string>Previous Error</string>
</property>
</action>
<action name="actionGo_to_the_next_error">
<property name="text">
<string>Next Error</string>
</property>
</action>
<action name="actionRefreshTree">
<property name="text">
<string>Refresh Tree</string>
</property>
</action>
<action name="actionFindPrevious">
<property name="text">
<string>Find Previous</string>
</property>
<property name="shortcut">
<string>Ctrl+8</string>
</property>
</action>
<action name="actionFindNext">
<property name="text">
<string>Find Next</string>
</property>
<property name="shortcut">
<string>Ctrl+9</string>
</property>
</action>
<action name="actionReplace">
<property name="text">
<string>Replace</string>
</property>
</action>
<action name="actionReplace_Find">
<property name="text">
<string>Replace && Find</string>
</property>
</action>
<action name="actionInfo_win">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Information Window</string>
</property>
</action>
<action name="actionMembers_win">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Members List Window</string>
</property>
</action>
<action name="actionDSDecompile">
<property name="text">
<string>DSDT + SSDT Decompile</string>
</property>
</action>
<action name="actioniasl_usage">
<property name="text">
<string>iASL Usage</string>
</property>
</action>
<action name="actionAbout_1">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionUser_Guide">
<property name="text">
<string>ACPICA Documentation</string>
</property>
</action>
<action name="actionCheckUpdate">
<property name="text">
<string>Update Check</string>
</property>
</action>
<action name="actionReplaceAll">
<property name="text">
<string>Replace All</string>
</property>
</action>
<action name="actionFind">
<property name="text">
<string>Find</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="actionClear_search_history">
<property name="text">
<string>Clear search history</string>
</property>
</action>
<action name="actionMinimap">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Minimap</string>
</property>
</action>
<action name="actionOpen_directory">
<property name="text">
<string>Open Directory of Current File</string>
</property>
</action>
<action name="actionUTF_8">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>UTF-8</string>
</property>
</action>
<action name="actionGBK">
<property name="text">
<string>GBK</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionClose_tab">
<property name="text">
<string>Close Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionDownload_Upgrade_Packages">
<property name="text">
<string>Download Upgrade Packages</string>
</property>
</action>
<action name="actProxy1">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>https://github.com/</string>
</property>
</action>
<action name="actProxy2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>https://ghproxy.com/https://github.com/</string>
</property>
</action>
<action name="actProxy3">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>https://download.fastgit.org/</string>
</property>
</action>
<action name="actProxy4">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>https://gh.api.99988866.xyz/https://github.com/</string>
</property>
</action>
<action name="actProxy5">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>https://gh.xiu2.xyz/https://github.com/</string>
</property>
</action>
<action name="actionPreferences">
<property name="text">
<string>Preferences</string>
</property>
</action>
<action name="actionReporting_Issues">
<property name="text">
<string>Reporting Issues</string>
</property>
</action>
<action name="actionLatest_Release">
<property name="text">
<string>Latest Release</string>
</property>
</action>
<action name="actionAutomatic_Line_Feeds">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Automatic Line Feeds</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
</property>
</action>
<action name="actionSet_Bookmark">
<property name="text">
<string>Set Bookmark</string>
</property>
<property name="shortcut">
<string>Ctrl+B</string>
</property>
</action>
<action name="actionBookmarks_List">
<property name="text">
<string>Bookmarks List</string>
</property>
</action>
<action name="actionViewBookmarks">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Bookmarks List</string>
</property>
<property name="shortcut">
<string>Ctrl+3</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>MyTabWidget</class>
<extends>QWidget</extends>
<header>mytabwidget.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="my.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。