newsreader.ui
来自「this program is Newsreader using RSS (XM」· UI 代码 · 共 102 行
UI
102 行
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>NewsReader</class><widget class="QWidget"> <property name="name"> <cstring>NewsReader</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>640</width> <height>480</height> </rect> </property> <property name="minimumSize"> <size> <width>640</width> <height>480</height> </size> </property> <property name="maximumSize"> <size> <width>640</width> <height>480</height> </size> </property> <property name="baseSize"> <size> <width>640</width> <height>480</height> </size> </property> <property name="caption"> <string>NewsReader</string> </property> <widget class="QFrame"> <property name="name"> <cstring>MainFrame</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>640</width> <height>470</height> </rect> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <widget class="QPushButton"> <property name="name"> <cstring>MainButton</cstring> </property> <property name="geometry"> <rect> <x>58</x> <y>216</y> <width>165</width> <height>80</height> </rect> </property> <property name="paletteForegroundColor"> <color> <red>0</red> <green>0</green> <blue>0</blue> </color> </property> <property name="paletteBackgroundColor"> <color> <red>237</red> <green>233</green> <blue>227</blue> </color> </property> <property name="acceptDrops"> <bool>false</bool> </property> <property name="autoMask"> <bool>true</bool> </property> <property name="text"> <string></string> </property> <property name="toggleButton"> <bool>false</bool> </property> <property name="on"> <bool>false</bool> </property> </widget> </widget></widget><connections></connections><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?