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

📄 frm_imagesettings.ui

📁 qt4.4.3下编写的嵌入式UI界面
💻 UI
字号:
<ui version="4.0" > <class>frm_imageSettings</class> <widget class="QWidget" name="frm_imageSettings" >  <property name="windowModality" >   <enum>Qt::WindowModal</enum>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>658</width>    <height>405</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>240</x>     <y>350</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>40</x>     <y>30</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>选择通道</string>   </property>  </widget>  <widget class="QLabel" name="label_3" >   <property name="geometry" >    <rect>     <x>329</x>     <y>70</y>     <width>80</width>     <height>29</height>    </rect>   </property>   <property name="text" >    <string>亮度</string>   </property>  </widget>  <widget class="QLabel" name="label_4" >   <property name="geometry" >    <rect>     <x>329</x>     <y>105</y>     <width>80</width>     <height>29</height>    </rect>   </property>   <property name="text" >    <string>色度</string>   </property>  </widget>  <widget class="QLabel" name="label_6" >   <property name="geometry" >    <rect>     <x>50</x>     <y>205</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>视频丢失</string>   </property>  </widget>  <widget class="QLabel" name="label_7" >   <property name="geometry" >    <rect>     <x>50</x>     <y>293</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>复制到</string>   </property>  </widget>  <widget class="QLabel" name="label_8" >   <property name="geometry" >    <rect>     <x>600</x>     <y>20</y>     <width>50</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>数字</string>   </property>  </widget>  <widget class="QLabel" name="label_9" >   <property name="geometry" >    <rect>     <x>50</x>     <y>160</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>遮挡报警</string>   </property>  </widget>  <widget class="QLabel" name="label_10" >   <property name="geometry" >    <rect>     <x>50</x>     <y>246</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>移动侦测</string>   </property>  </widget>  <widget class="QLabel" name="label_11" >   <property name="geometry" >    <rect>     <x>330</x>     <y>25</y>     <width>100</width>     <height>24</height>    </rect>   </property>   <property name="text" >    <string>通道名称</string>   </property>  </widget>  <widget class="QLabel" name="label_13" >   <property name="geometry" >    <rect>     <x>329</x>     <y>141</y>     <width>80</width>     <height>29</height>    </rect>   </property>   <property name="text" >    <string>对比度</string>   </property>  </widget>  <widget class="QLabel" name="label_14" >   <property name="geometry" >    <rect>     <x>329</x>     <y>177</y>     <width>80</width>     <height>29</height>    </rect>   </property>   <property name="text" >    <string>饱和度</string>   </property>  </widget>  <widget class="QSpinBox" name="spinBox" >   <property name="geometry" >    <rect>     <x>150</x>     <y>20</y>     <width>141</width>     <height>34</height>    </rect>   </property>   <property name="suffix" >    <string/>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit" >   <property name="geometry" >    <rect>     <x>430</x>     <y>20</y>     <width>161</width>     <height>34</height>    </rect>   </property>  </widget>  <widget class="QGroupBox" name="groupBox" >   <property name="geometry" >    <rect>     <x>40</x>     <y>70</y>     <width>260</width>     <height>31</height>    </rect>   </property>   <property name="layoutDirection" >    <enum>Qt::RightToLeft</enum>   </property>   <property name="title" >    <string>显示名称</string>   </property>   <property name="alignment" >    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>   </property>   <property name="checkable" >    <bool>true</bool>   </property>   <property name="checked" >    <bool>false</bool>   </property>   <widget class="QComboBox" name="comboBox" >    <property name="geometry" >     <rect>      <x>110</x>      <y>-8</y>      <width>140</width>      <height>37</height>     </rect>    </property>    <property name="layoutDirection" >     <enum>Qt::LeftToRight</enum>    </property>   </widget>  </widget>  <widget class="QGroupBox" name="groupBox_2" >   <property name="geometry" >    <rect>     <x>40</x>     <y>110</y>     <width>260</width>     <height>31</height>    </rect>   </property>   <property name="layoutDirection" >    <enum>Qt::RightToLeft</enum>   </property>   <property name="title" >    <string>显示位置</string>   </property>   <property name="alignment" >    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>   </property>   <property name="checkable" >    <bool>true</bool>   </property>   <property name="checked" >    <bool>false</bool>   </property>   <widget class="QComboBox" name="comboBox_2" >    <property name="geometry" >     <rect>      <x>110</x>      <y>-8</y>      <width>140</width>      <height>37</height>     </rect>    </property>    <property name="layoutDirection" >     <enum>Qt::LeftToRight</enum>    </property>   </widget>  </widget>  <widget class="QSlider" name="horizontalSlider" >   <property name="geometry" >    <rect>     <x>427</x>     <y>74</y>     <width>179</width>     <height>17</height>    </rect>   </property>   <property name="value" >    <number>50</number>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QSlider" name="horizontalSlider_2" >   <property name="geometry" >    <rect>     <x>427</x>     <y>109</y>     <width>179</width>     <height>17</height>    </rect>   </property>   <property name="value" >    <number>50</number>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QSlider" name="horizontalSlider_3" >   <property name="geometry" >    <rect>     <x>427</x>     <y>144</y>     <width>179</width>     <height>17</height>    </rect>   </property>   <property name="value" >    <number>50</number>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QSlider" name="horizontalSlider_4" >   <property name="geometry" >    <rect>     <x>427</x>     <y>179</y>     <width>179</width>     <height>17</height>    </rect>   </property>   <property name="value" >    <number>50</number>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QCheckBox" name="checkBox" >   <property name="geometry" >    <rect>     <x>330</x>     <y>210</y>     <width>60</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_3" >   <property name="geometry" >    <rect>     <x>150</x>     <y>150</y>     <width>140</width>     <height>37</height>    </rect>   </property>   <property name="layoutDirection" >    <enum>Qt::LeftToRight</enum>   </property>   <item>    <property name="text" >     <string>关闭</string>    </property>   </item>   <item>    <property name="text" >     <string>启动</string>    </property>   </item>  </widget>  <widget class="QComboBox" name="comboBox_4" >   <property name="geometry" >    <rect>     <x>150</x>     <y>195</y>     <width>140</width>     <height>37</height>    </rect>   </property>   <property name="layoutDirection" >    <enum>Qt::LeftToRight</enum>   </property>   <item>    <property name="text" >     <string>不处理</string>    </property>   </item>   <item>    <property name="text" >     <string>处理</string>    </property>   </item>  </widget>  <widget class="QComboBox" name="comboBox_5" >   <property name="geometry" >    <rect>     <x>150</x>     <y>241</y>     <width>140</width>     <height>37</height>    </rect>   </property>   <property name="layoutDirection" >    <enum>Qt::LeftToRight</enum>   </property>   <item>    <property name="text" >     <string>关闭</string>    </property>   </item>   <item>    <property name="text" >     <string>启动</string>    </property>   </item>  </widget>  <widget class="QPushButton" name="pushButton" >   <property name="geometry" >    <rect>     <x>300</x>     <y>290</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>复制</string>   </property>  </widget>  <widget class="Line" name="line" >   <property name="geometry" >    <rect>     <x>50</x>     <y>330</y>     <width>551</width>     <height>16</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QSpinBox" name="spinBox_2" >   <property name="geometry" >    <rect>     <x>150</x>     <y>290</y>     <width>141</width>     <height>34</height>    </rect>   </property>   <property name="prefix" >    <string>通道</string>   </property>   <property name="minimum" >    <number>1</number>   </property>   <property name="maximum" >    <number>16</number>   </property>   <property name="value" >    <number>2</number>   </property>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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