Skip to content

Commit

Permalink
Update dlgpreference.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Oct 11, 2024
1 parent 03008bf commit 2369c2c
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions src/dlgpreference.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>767</width>
<height>527</height>
<height>544</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -68,7 +68,7 @@
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down Expand Up @@ -139,6 +139,11 @@
<string>https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://gh.llkk.cc/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://gh.flyinbug.top/gh/https://github.com/</string>
Expand All @@ -164,6 +169,16 @@
<string>https://archive.fastgit.org/</string>
</property>
</item>
<item>
<property name="text">
<string>https://github.moeyy.xyz/https://github.com/</string>
</property>
</item>
<item>
<property name="text">
<string>https://mirror.ghproxy.com/https://github.com/</string>
</property>
</item>
</widget>
</item>
<item row="0" column="1">
Expand Down Expand Up @@ -351,7 +366,7 @@
<item row="0" column="0" colspan="6">
<widget class="QTextEdit" name="textEdit">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
<enum>QFrame::Shape::NoFrame</enum>
</property>
<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;
Expand All @@ -360,15 +375,15 @@ p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&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>
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Microsoft YaHei UI'; font-size:9pt; 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';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="3" column="5">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -381,10 +396,10 @@ li.checked::marker { content: &quot;\2612&quot;; }
<item row="2" column="0" colspan="6">
<widget class="QTableWidget" name="tableKextUrl">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
<enum>QFrame::Shape::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
<enum>QFrame::Shadow::Plain</enum>
</property>
<column>
<property name="text">
Expand Down

0 comments on commit 2369c2c

Please sign in to comment.