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

OSCHINA-MIRROR/linghuzhangmen-QQPCManager

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
widget.ui 5.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ASDF Отправлено 10.04.2020 16:42 ec943ed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>929</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>Qt实现QQ电脑管家</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget
{
background-color:rgb(247, 250, 255);
}
QListWidget
{
/*border:1px solid gray; 边界线:宽度、颜色*/
background:rgb(104,69,232); /*表格背景色*/
color:white; /*前景色:文字颜色*/
font-size:20px;
border-radius:1px;
/*margin:5px,5px,0px,50px;*/ /*上、下、左、右,间距*/
}
/*
QListWidget::item
{
padding-top:24px;
padding-bottom:4px;
}
*/
QListWidget::item:hover
{
show-decoration-selected:5;
background:skyblue;
}
QListWidget::item:selected
{
/*border:0px;*/
background:lightgray;
padding:0px;
margin:0px;
color:red;
}
/*上次选择后保留的状态,鼠标离开后显示*/
QListWidget::item:selected:!active
{
border-width:0px;
background:lightgreen;
}</string>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>71</y>
<width>136</width>
<height>431</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>170</x>
<y>20</y>
<width>751</width>
<height>471</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<widget class="QLabel" name="label_1">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>409</width>
<height>145</height>
</rect>
</property>
<property name="font">
<font>
<family>Academy Engraved LET</family>
<pointsize>26</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>50</x>
<y>280</y>
<width>179</width>
<height>54</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-color:rgb(0, 212, 115);
color:white;
font-family: &quot;Microsoft YaHei Ligth&quot;;
font-weight:bold;
font-size:28px;
border-radius:6px;
}
QPushButton:hover
{
background-color:rgb(0, 232, 155); /*改变背景色*/
border-style:inset;/*改变边框风格*/
padding-left:0.3px;
padding-top:0.3px;
}</string>
</property>
<property name="text">
<string>全面体检</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>702</width>
<height>429</height>
</rect>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_3">
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>713</width>
<height>416</height>
</rect>
</property>
<property name="text">
<string>第3页</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_4">
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>697</width>
<height>413</height>
</rect>
</property>
<property name="text">
<string>第4页</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_5">
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>709</width>
<height>424</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_LOGO">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>136</width>
<height>70</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="btnClose">
<property name="geometry">
<rect>
<x>905</x>
<y>0</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnSet">
<property name="geometry">
<rect>
<x>855</x>
<y>0</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnMini">
<property name="geometry">
<rect>
<x>880</x>
<y>0</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>

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

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

1
https://api.gitlife.ru/oschina-mirror/linghuzhangmen-QQPCManager.git
git@api.gitlife.ru:oschina-mirror/linghuzhangmen-QQPCManager.git
oschina-mirror
linghuzhangmen-QQPCManager
linghuzhangmen-QQPCManager
master