1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chrithon_official-pipinstaller

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pip-gui.ui 6.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Chris Ying Отправлено 01.09.2019 12:25 175206d
<?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 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/chrithon_official-pipinstaller.git
git@api.gitlife.ru:oschina-mirror/chrithon_official-pipinstaller.git
oschina-mirror
chrithon_official-pipinstaller
chrithon_official-pipinstaller
master