style improve

This commit is contained in:
xueyan hu
2021-12-24 16:06:03 +08:00
parent d36fc118f8
commit 32500542af
10 changed files with 102 additions and 74 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>863</width>
<height>678</height>
<width>819</width>
<height>662</height>
</rect>
</property>
<property name="sizePolicy">
@@ -20,18 +20,19 @@
<string>Network Settings</string>
</property>
<property name="styleSheet">
<string notr="true">QTabWidget::pane {
<string notr="true">
QTabWidget::pane {
border-top: 0px;
}
QTabBar::tab {
font-size:30px;
height:50px;
width:150px;
font-size:25px;
height:40px;
width:120px;
background:#4d4d4d;
border: 0px;
border-top-left-radius: 20%;
border-top-right-radius: 20%;
border-top-left-radius: 0%;
border-top-right-radius: 0%;
border-bottom-left-radius:0%;
border-bottom-right-radius:0%;
padding: 2px;
@@ -45,13 +46,23 @@ background: #505050;}</string>
<item>
<widget class="QWidget" name="formWidget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="title">
<property name="text">
<string>Network Setting</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="currentIndex">
<number>1</number>
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@@ -420,25 +431,28 @@ background: #505050;}</string>
<attribute name="title">
<string>Result</string>
</attribute>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>781</width>
<height>541</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QPlainTextEdit" name="output">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="output">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>