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

OSCHINA-MIRROR/yugecse-NetWatcher

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
mainwindow.ui 4.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
mrper Отправлено 17.09.2017 15:20 b1442c7
<?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>111</width>
<height>40</height>
</rect>
</property>
<property name="windowTitle">
<string>流量内存监视器</string>
</property>
<property name="windowIcon">
<iconset resource="assets.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar {
background:rgb(33, 166, 82);
color:rgb(255, 255, 255);
border-top: 1px solid rgb(193, 193, 193);
border-bottom: 1px solid rgb(193, 193, 193);
border-left: 1px solid rgb(193, 193, 193);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
QProgressBar::chunk {
background: rgb(30, 239, 117);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#lbUpload {
background: white;
border-top-right-radius: 5px;
border-top: 1px solid rgb(193, 193, 193);
border-right: 1px solid rgb(193, 193, 193);
padding-left: 3px;
}
#lbDownload {
background: white;
border-bottom-right-radius: 5px;
border-right: 1px solid rgb(193, 193, 193);
border-bottom: 1px solid rgb(193, 193, 193);
padding-left: 3px;
}</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QProgressBar" name="pbMemory">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>41</height>
</size>
</property>
<property name="font">
<font>
<family>Noto Sans NKo</family>
<pointsize>16</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="value">
<number>24</number>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
<property name="format">
<string>%p</string>
</property>
</widget>
<widget class="QLabel" name="lbDownload">
<property name="geometry">
<rect>
<x>40</x>
<y>20</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="text">
<string>⇩0B/s</string>
</property>
</widget>
<widget class="QLabel" name="lbUpload">
<property name="geometry">
<rect>
<x>40</x>
<y>0</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="text">
<string>⇧0B/s</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="assets.qrc"/>
</resources>
<connections/>
</ui>

Опубликовать ( 0 )

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

1
https://api.gitlife.ru/oschina-mirror/yugecse-NetWatcher.git
git@api.gitlife.ru:oschina-mirror/yugecse-NetWatcher.git
oschina-mirror
yugecse-NetWatcher
yugecse-NetWatcher
master