1 Star 3 Fork 0

邮箱猫/qtForOpencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
brightdialog.ui 4.61 KB
一键复制 编辑 原始数据 按行查看 历史
邮箱猫 提交于 2021-10-02 16:42 . 初始代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BrightDialog</class>
<widget class="QDialog" name="BrightDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>508</width>
<height>461</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>120</x>
<y>410</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="LratioValue">
<property name="geometry">
<rect>
<x>260</x>
<y>140</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>170</x>
<y>220</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>椒噪点数量</string>
</property>
</widget>
<widget class="QSlider" name="Sbright">
<property name="geometry">
<rect>
<x>170</x>
<y>100</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>-100</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="Lratio">
<property name="geometry">
<rect>
<x>170</x>
<y>140</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>对比度:</string>
</property>
</widget>
<widget class="QSlider" name="Sratio">
<property name="geometry">
<rect>
<x>170</x>
<y>170</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>-100</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPlainTextEdit" name="TWhite">
<property name="geometry">
<rect>
<x>170</x>
<y>330</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="plainText">
<string>0</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="TBlack">
<property name="geometry">
<rect>
<x>170</x>
<y>250</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="plainText">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>170</x>
<y>300</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>盐噪点数量</string>
</property>
</widget>
<widget class="QLabel" name="LbrightValue">
<property name="geometry">
<rect>
<x>260</x>
<y>70</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="Lbright">
<property name="geometry">
<rect>
<x>170</x>
<y>70</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>亮度:</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>BrightDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>BrightDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yuka_kitten/qt-for-opencv.git
git@gitee.com:yuka_kitten/qt-for-opencv.git
yuka_kitten
qt-for-opencv
qtForOpencv
master

搜索帮助