?? frm_excepthandle.ui
字號:
<ui version="4.0" > <class>frm_excepthandle</class> <widget class="QWidget" name="frm_excepthandle" > <property name="windowModality" > <enum>Qt::WindowModal</enum> </property> <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>447</width> <height>207</height> </rect> </property> <property name="windowTitle" > <string>異常處理</string> </property> <property name="styleSheet" > <string notr="true" >font: 12pt "文泉驛正黑";background-color: rgb(112, 200, 11);</string> </property> <widget class="QDialogButtonBox" name="buttonBox" > <property name="geometry" > <rect> <x>140</x> <y>140</y> <width>189</width> <height>34</height> </rect> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>50</x> <y>36</y> <width>91</width> <height>24</height> </rect> </property> <property name="text" > <string>異常類型</string> </property> </widget> <widget class="QCheckBox" name="checkBox" > <property name="geometry" > <rect> <x>0</x> <y>90</y> <width>151</width> <height>30</height> </rect> </property> <property name="layoutDirection" > <enum>Qt::RightToLeft</enum> </property> <property name="text" > <string>聲音報警</string> </property> </widget> <widget class="QCheckBox" name="checkBox_2" > <property name="geometry" > <rect> <x>180</x> <y>90</y> <width>161</width> <height>30</height> </rect> </property> <property name="layoutDirection" > <enum>Qt::RightToLeft</enum> </property> <property name="text" > <string>觸發報警輸出</string> </property> </widget> <widget class="QComboBox" name="comboBox" > <property name="geometry" > <rect> <x>150</x> <y>30</y> <width>251</width> <height>37</height> </rect> </property> <item> <property name="text" > <string>IP地址沖突</string> </property> </item> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -