1 Star 0 Fork 1.5K

lineCodeJm / ndd

forked from 爬山虎 / ndd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gotolinewin.ui 4.62 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GoToLineWin</class>
<widget class="QWidget" name="GoToLineWin">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>253</width>
<height>104</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>260</width>
<height>140</height>
</size>
</property>
<property name="windowTitle">
<string>GoToLineWin</string>
</property>
<property name="windowIcon">
<iconset resource="RealCompare.qrc">
<normaloff>:/Resources/edit/global/notebook.png</normaloff>:/Resources/edit/global/notebook.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>3</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Line Num</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditNum">
<property name="maxLength">
<number>10</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>3</number>
</property>
<item>
<widget class="QRadioButton" name="radioButton">
<property name="text">
<string>Left</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_2">
<property name="text">
<string>Right</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>3</number>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Ok</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="RealCompare.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton_2</sender>
<signal>clicked()</signal>
<receiver>GoToLineWin</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>211</x>
<y>118</y>
</hint>
<hint type="destinationlabel">
<x>252</x>
<y>113</y>
</hint>
</hints>
</connection>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>GoToLineWin</receiver>
<slot>slot_ok()</slot>
<hints>
<hint type="sourcelabel">
<x>98</x>
<y>114</y>
</hint>
<hint type="destinationlabel">
<x>1</x>
<y>109</y>
</hint>
</hints>
</connection>
<connection>
<sender>lineEditNum</sender>
<signal>editingFinished()</signal>
<receiver>GoToLineWin</receiver>
<slot>slot_ok()</slot>
<hints>
<hint type="sourcelabel">
<x>179</x>
<y>27</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>49</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>slot_ok()</slot>
</slots>
</ui>
C++
1
https://gitee.com/lineCodeJm/notepad--.git
git@gitee.com:lineCodeJm/notepad--.git
lineCodeJm
notepad--
ndd
master

搜索帮助