1 Star 0 Fork 0

张旋璇 / QtOpenCoreConfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dlgdatabase.ui.autosave 13.49 KB
一键复制 编辑 原始数据 按行查看 历史
ic005k 提交于 2021-12-11 00:21 . Add files via upload
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dlgDatabase</class>
<widget class="QDialog" name="dlgDatabase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>743</width>
<height>463</height>
</rect>
</property>
<property name="windowTitle">
<string>Configuration file database</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="tab_1">
<attribute name="title">
<string>Config File List</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLineEdit" name="editFind">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="placeholderText">
<string>Find</string>
</property>
<property name="clearButtonEnabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lblCount">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnFind">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="qtocc.qrc">
<normaloff>:/icon/find.png</normaloff>:/icon/find.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="btnRefreshAll">
<property name="toolTip">
<string>Save all profiles in the table to the latest version</string>
</property>
<property name="text">
<string>Refresh all</string>
</property>
</widget>
</item>
<item row="0" column="4" rowspan="2">
<widget class="QTableWidget" name="tableDatabaseFind">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="columnCount">
<number>1</number>
</property>
<column/>
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QTableWidget" name="tableDatabase">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="columnCount">
<number>1</number>
</property>
<column/>
</widget>
</item>
<item row="2" column="0" colspan="5">
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Tip: The files are located at &quot;Database/BaseConfigs&quot;&lt;/p&gt;&lt;p&gt;Double-click the entry to open it and generate a new EFI folder on the desktop.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Kext Upgrade URL</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="2" column="0">
<widget class="QToolButton" name="btnAdd">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="4">
<widget class="QTextEdit" name="textEdit">
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'SimSun'; font-size:9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="2" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>458</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="4">
<widget class="QTableWidget" name="tableKextUrl">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<column>
<property name="text">
<string>Kext Name</string>
</property>
</column>
<column>
<property name="text">
<string>Url</string>
</property>
</column>
</widget>
</item>
<item row="2" column="1">
<widget class="QToolButton" name="btnDel">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="btnOpenUrl">
<property name="text">
<string>Open Url</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Misc</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Network</string>
</property>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Upgrade download proxy settings</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxNet">
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://download.fastgit.org/</string>
</property>
</item>
<item>
<property name="text">
<string>https://ghproxy.com/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://gh.api.99988866.xyz/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://gh.msx.workers.dev/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://gh.xiu2.xyz/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://git.yumenaka.net/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://pd.zwc365.com/seturl/https://github.com/</string>
</property>
</item>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnTest">
<property name="text">
<string>Testing</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Web Access Proxy</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxWeb">
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://hub.fastgit.org/</string>
</property>
</item>
</widget>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="btnPing">
<property name="text">
<string>Testing</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QTextEdit" name="editPing"/>
</item>
<item row="3" column="0" colspan="3">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="4" column="0" colspan="3">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>The way to get the download link for Kext upgrade</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QRadioButton" name="rbtnAPI">
<property name="text">
<string>Accessing the GitHub API</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="rbtnWeb">
<property name="text">
<string>Crawl web source code</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>File Options</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QCheckBox" name="chkBoxLastFile">
<property name="text">
<string>Automatically open the last opened file</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Toolbar button (effective after the next app opening)</string>
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="3">
<widget class="QCheckBox" name="chkMountESP">
<property name="text">
<string>Mount ESP</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="chkOpenDir">
<property name="text">
<string>Browse Catalog</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QCheckBox" name="chkBackupEFI">
<property name="text">
<string>Backup EFI</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QCheckBox" name="chkDatabase">
<property name="text">
<string>Database</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="chkRecentOpen">
<property name="text">
<string>Recently Open</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="qtocc.qrc"/>
</resources>
<connections/>
</ui>
1
https://gitee.com/linnasi/QtOpenCoreConfig.git
git@gitee.com:linnasi/QtOpenCoreConfig.git
linnasi
QtOpenCoreConfig
QtOpenCoreConfig
master

搜索帮助