Слияние кода завершено, страница обновится автоматически
<?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>503</width>
<height>166</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>503</width>
<height>166</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>503</width>
<height>166</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>481</width>
<height>131</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="install">
<attribute name="title">
<string>Install</string>
</attribute>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Package</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="package_name">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>271</width>
<height>31</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
<widget class="QPushButton" name="install_button">
<property name="geometry">
<rect>
<x>380</x>
<y>30</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>install</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Mirror Setting</string>
</attribute>
<widget class="QPlainTextEdit" name="mirror">
<property name="geometry">
<rect>
<x>100</x>
<y>10</y>
<width>271</width>
<height>31</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
<widget class="QPushButton" name="ustc">
<property name="geometry">
<rect>
<x>220</x>
<y>60</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>USTC</string>
</property>
</widget>
<widget class="QPushButton" name="save_mirror">
<property name="geometry">
<rect>
<x>380</x>
<y>20</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="tuna">
<property name="geometry">
<rect>
<x>130</x>
<y>60</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Tuna</string>
</property>
</widget>
<widget class="QPushButton" name="custom">
<property name="geometry">
<rect>
<x>310</x>
<y>60</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Custom</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Mirror</string>
</property>
</widget>
<widget class="QPushButton" name="douban">
<property name="geometry">
<rect>
<x>40</x>
<y>60</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Douban</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Timeout Settings</string>
</attribute>
<widget class="QSpinBox" name="timeout">
<property name="geometry">
<rect>
<x>170</x>
<y>40</y>
<width>71</width>
<height>24</height>
</rect>
</property>
<property name="maximum">
<number>600</number>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>90</x>
<y>40</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>Timeout</string>
</property>
</widget>
<widget class="QPushButton" name="savetimeout">
<property name="geometry">
<rect>
<x>260</x>
<y>40</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>About</string>
</attribute>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Pip Installer v1.0 by Chrithon</string>
</property>
</widget>
<widget class="QPushButton" name="github">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Github</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )