⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_querylog.ui

📁 qt4.4.3下编写的嵌入式UI界面
💻 UI
字号:
<ui version="4.0" > <class>frm_queryLog</class> <widget class="QWidget" name="frm_queryLog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>831</width>    <height>630</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="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>30</x>     <y>110</y>     <width>70</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>主类型</string>   </property>  </widget>  <widget class="QLabel" name="label_2" >   <property name="geometry" >    <rect>     <x>30</x>     <y>50</y>     <width>91</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>查询方式</string>   </property>  </widget>  <widget class="QComboBox" name="comboBox" >   <property name="geometry" >    <rect>     <x>130</x>     <y>40</y>     <width>201</width>     <height>37</height>    </rect>   </property>   <item>    <property name="text" >     <string>类型与时间</string>    </property>   </item>   <item>    <property name="text" >     <string>类型</string>    </property>   </item>   <item>    <property name="text" >     <string>时间</string>    </property>   </item>  </widget>  <widget class="QLabel" name="label_3" >   <property name="geometry" >    <rect>     <x>360</x>     <y>110</y>     <width>70</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>此类型 </string>   </property>  </widget>  <widget class="QComboBox" name="comboBox_2" >   <property name="geometry" >    <rect>     <x>130</x>     <y>100</y>     <width>201</width>     <height>37</height>    </rect>   </property>   <item>    <property name="text" >     <string>报警</string>    </property>   </item>  </widget>  <widget class="QComboBox" name="comboBox_3" >   <property name="geometry" >    <rect>     <x>440</x>     <y>100</y>     <width>251</width>     <height>37</height>    </rect>   </property>   <item>    <property name="text" >     <string>报警输入开始</string>    </property>   </item>  </widget>  <widget class="QLabel" name="label_4" >   <property name="geometry" >    <rect>     <x>30</x>     <y>160</y>     <width>101</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>开始时间</string>   </property>  </widget>  <widget class="QDateTimeEdit" name="dateTimeEdit" >   <property name="geometry" >    <rect>     <x>140</x>     <y>160</y>     <width>194</width>     <height>34</height>    </rect>   </property>  </widget>  <widget class="QDateTimeEdit" name="dateTimeEdit_2" >   <property name="geometry" >    <rect>     <x>350</x>     <y>160</y>     <width>194</width>     <height>34</height>    </rect>   </property>  </widget>  <widget class="QLabel" name="label_5" >   <property name="geometry" >    <rect>     <x>338</x>     <y>165</y>     <width>10</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>-</string>   </property>  </widget>  <widget class="Line" name="line" >   <property name="geometry" >    <rect>     <x>30</x>     <y>210</y>     <width>671</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QPushButton" name="pushButton" >   <property name="geometry" >    <rect>     <x>30</x>     <y>230</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>搜索日志</string>   </property>  </widget>  <widget class="QLabel" name="label_6" >   <property name="geometry" >    <rect>     <x>290</x>     <y>230</y>     <width>81</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>选择页号</string>   </property>  </widget>  <widget class="QSpinBox" name="spinBox" >   <property name="geometry" >    <rect>     <x>380</x>     <y>226</y>     <width>81</width>     <height>34</height>    </rect>   </property>  </widget>  <widget class="QLabel" name="label_7" >   <property name="geometry" >    <rect>     <x>470</x>     <y>230</y>     <width>70</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>/000</string>   </property>  </widget>  <widget class="QPushButton" name="pushButton_2" >   <property name="geometry" >    <rect>     <x>560</x>     <y>225</y>     <width>81</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>确定</string>   </property>  </widget>  <widget class="QTableWidget" name="tableWidget" >   <property name="geometry" >    <rect>     <x>30</x>     <y>270</y>     <width>751</width>     <height>291</height>    </rect>   </property>  </widget>  <widget class="QPushButton" name="pushButton_3" >   <property name="geometry" >    <rect>     <x>340</x>     <y>580</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>返回</string>   </property>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -