?? pmessage.ui
字號:
<ui version="4.0" > <class>PMessage</class> <widget class="QWidget" name="PMessage" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>480</width> <height>467</height> </rect> </property> <property name="minimumSize" > <size> <width>480</width> <height>467</height> </size> </property> <property name="maximumSize" > <size> <width>480</width> <height>467</height> </size> </property> <property name="font" > <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="windowTitle" > <string>私聊窗口</string> </property> <widget class="QLabel" name="label_3" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>481</width> <height>471</height> </rect> </property> <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="new.qrc" >:/pic/pic/背景.jpg</pixmap> </property> </widget> <widget class="QTextBrowser" name="display" > <property name="geometry" > <rect> <x>20</x> <y>40</y> <width>441</width> <height>231</height> </rect> </property> <property name="font" > <font> <stylestrategy>PreferDefault</stylestrategy> </font> </property> </widget> <widget class="QTextEdit" name="input" > <property name="geometry" > <rect> <x>20</x> <y>320</y> <width>441</width> <height>101</height> </rect> </property> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>20</x> <y>10</y> <width>271</width> <height>24</height> </rect> </property> <property name="font" > <font> <pointsize>13</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text" > <string>歡 迎 來 到 “紅 人 館” 聊 天 室 !</string> </property> </widget> <widget class="QFontComboBox" name="fontComboBox" > <property name="geometry" > <rect> <x>20</x> <y>280</y> <width>151</width> <height>26</height> </rect> </property> </widget> <widget class="QToolButton" name="toolButton_2" > <property name="geometry" > <rect> <x>320</x> <y>280</y> <width>31</width> <height>30</height> </rect> </property> <property name="text" > <string/> </property> <property name="icon" > <iconset resource="../sum/new.qrc" > <normaloff>:/pic/pic/textitalic.png</normaloff>:/pic/pic/textitalic.png</iconset> </property> </widget> <widget class="QToolButton" name="toolButton" > <property name="geometry" > <rect> <x>270</x> <y>280</y> <width>31</width> <height>30</height> </rect> </property> <property name="text" > <string/> </property> <property name="icon" > <iconset resource="../sum/new.qrc" > <normaloff>:/pic/pic/textbold.png</normaloff>:/pic/pic/textbold.png</iconset> </property> </widget> <widget class="QToolButton" name="toolButton_3" > <property name="geometry" > <rect> <x>370</x> <y>280</y> <width>31</width> <height>31</height> </rect> </property> <property name="text" > <string>...</string> </property> <property name="icon" > <iconset resource="../sum/new.qrc" > <normaloff>:/pic/pic/textunder.png</normaloff>:/pic/pic/textunder.png</iconset> </property> </widget> <widget class="QComboBox" name="comboBox" > <property name="geometry" > <rect> <x>180</x> <y>280</y> <width>82</width> <height>26</height> </rect> </property> </widget> <widget class="QToolButton" name="toolButton_4" > <property name="geometry" > <rect> <x>420</x> <y>280</y> <width>39</width> <height>31</height> </rect> </property> <property name="text" > <string>顏色</string> </property> </widget> <widget class="QPushButton" name="messageButton" > <property name="geometry" > <rect> <x>20</x> <y>430</y> <width>80</width> <height>29</height> </rect> </property> <property name="font" > <font> <pointsize>10</pointsize> </font> </property> <property name="text" > <string>聊天記錄</string> </property> </widget> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>320</x> <y>10</y> <width>151</width> <height>20</height> </rect> </property> <property name="font" > <font> <pointsize>13</pointsize> <weight>75</weight> <italic>true</italic> <bold>true</bold> </font> </property> <property name="text" > <string>私聊中......</string> </property> </widget> <widget class="QPushButton" name="closeButton" > <property name="geometry" > <rect> <x>200</x> <y>430</y> <width>80</width> <height>29</height> </rect> </property> <property name="font" > <font> <pointsize>10</pointsize> </font> </property> <property name="text" > <string>關閉</string> </property> </widget> <widget class="QPushButton" name="enterButton" > <property name="geometry" > <rect> <x>340</x> <y>430</y> <width>121</width> <height>29</height> </rect> </property> <property name="font" > <font> <pointsize>10</pointsize> </font> </property> <property name="text" > <string>發送消息</string> </property> </widget> </widget> <resources> <include location="../sum/new.qrc" /> <include location="new.qrc" /> </resources> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -