📄 msgwindow.ui
字号:
<ui version="4.0" > <class>MsgWindow</class> <widget class="QMainWindow" name="MsgWindow" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>399</width> <height>274</height> </rect> </property> <property name="minimumSize" > <size> <width>399</width> <height>274</height> </size> </property> <property name="maximumSize" > <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="windowTitle" > <string>MainWindow</string> </property> <property name="styleSheet" > <string>QMainWindow {background-color:rgb(246,243,243);}</string> </property> <widget class="QWidget" name="centralwidget" > <widget class="FxMyTabWidget" name="tabWidget" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>221</width> <height>251</height> </rect> </property> <property name="styleSheet" > <string>QTabWidget {background-color:rgb(246,243,243);}QTabWidget::pane { /* The tab widget frame */ border-top: 2px solid #C2C7CB; } QTabWidget::tab-bar { left: 5px; /* move to the right by 5px */ } /* Style the tab using the tab sub-control. Note that it reads QTabBar _not_ QTabWidget */ QTabBar::tab { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #E1E1E1, stop: 0.4 #DDDDDD, stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3); border: 2px solid #C4C4C3; border-bottom-color: #C2C7CB; /* same as the pane color */ border-top-left-radius: 4px; border-top-right-radius: 4px; min-width: 8ex; padding: 2px; } QTabBar::tab:selected, QTabBar::tab:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #fafafa, stop: 0.4 #f4f4f4, stop: 0.5 #e7e7e7, stop: 1.0 #fafafa); } QTabBar::tab:selected { border-color: #9B9B9B; border-bottom-color: #C2C7CB; /* same as pane color */ } QTabBar::tab:!selected { margin-top: 2px; /* make non-selected tabs look smaller */ } /* make use of negative margins for overlapping tabs */ QTabBar::tab:selected { /* expand/overlap to the left and right by 4px */ margin-left: -4px; margin-right: -4px; } QTabBar::tab:first:selected { margin-left: 0; /* the first selected tab has nothing to overlap with on the left */ } QTabBar::tab:last:selected { margin-right: 0; /* the last selected tab has nothing to overlap with on the right */ } QTabBar::tab:only-one { margin: 0; /* if there is only one tab, we don't want overlapping margins */ } </string> </property> <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="tab" > <attribute name="title" > <string>Tab 1</string> </attribute> </widget> <widget class="QWidget" name="tab_2" > <attribute name="title" > <string>Tab 2</string> </attribute> </widget> </widget> </widget> </widget> <customwidgets> <customwidget> <class>FxMyTabWidget</class> <extends>QTabWidget</extends> <header>fxmytabwidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -