Ai
1 Star 0 Fork 1

第三方项目代码/QIpEditor

forked from Jackal/QIpEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qipeditor.ui 4.70 KB
一键复制 编辑 原始数据 按行查看 历史
Jackal 提交于 2014-11-11 12:18 +08:00 . Init sources
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QIpEditor</class>
<widget class="QWidget" name="QIpEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>192</width>
<height>19</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">#QIpEditor{
border:1px inset gray;
background-color: rgb(255, 255, 255);
}
QSpinBox, QLabel{
border:none;
margin:0px;
padding:0px;
background-color: rgba(255, 255, 255, 0);
}</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="spinBox1">
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>.</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox2">
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>.</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox3">
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>.</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox4">
<property name="wrapping">
<bool>false</bool>
</property>
<property name="frame">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>spinBox1</tabstop>
<tabstop>spinBox2</tabstop>
<tabstop>spinBox3</tabstop>
<tabstop>spinBox4</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>spinBox1</sender>
<signal>editingFinished()</signal>
<receiver>QIpEditor</receiver>
<slot>spinBoxValueChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>15</x>
<y>11</y>
</hint>
<hint type="destinationlabel">
<x>93</x>
<y>152</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBox2</sender>
<signal>editingFinished()</signal>
<receiver>QIpEditor</receiver>
<slot>spinBoxValueChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>75</x>
<y>15</y>
</hint>
<hint type="destinationlabel">
<x>150</x>
<y>301</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBox3</sender>
<signal>editingFinished()</signal>
<receiver>QIpEditor</receiver>
<slot>spinBoxValueChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>139</x>
<y>9</y>
</hint>
<hint type="destinationlabel">
<x>191</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBox4</sender>
<signal>editingFinished()</signal>
<receiver>QIpEditor</receiver>
<slot>spinBoxValueChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>191</x>
<y>10</y>
</hint>
<hint type="destinationlabel">
<x>191</x>
<y>206</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>spinBoxValueChanged()</slot>
</slots>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/third_party_project_code/QIpEditor.git
git@gitee.com:third_party_project_code/QIpEditor.git
third_party_project_code
QIpEditor
QIpEditor
master

搜索帮助