1 Star 1 Fork 1

Provence/notepad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
replace.ui 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
Provence 提交于 2023-07-11 17:52 . 第一次提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Replace</class>
<widget class="QDialog" name="Replace">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>430</width>
<height>150</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>430</width>
<height>150</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>430</width>
<height>150</height>
</size>
</property>
<property name="windowTitle">
<string>Replace</string>
</property>
<widget class="QWidget" name="verticalWidget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>125</width>
<height>80</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="caseSensitive">
<property name="text">
<string>Case-sensitive(C)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cycle">
<property name="text">
<string>Cycle(R)</string>
</property>
</widget>
</item>
</layout>
<zorder>cycle</zorder>
<zorder>caseSensitive</zorder>
</widget>
<widget class="QWidget" name="gridWidget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>411</width>
<height>116</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="2">
<widget class="QPushButton" name="replaceBtn">
<property name="text">
<string>Replace(R)</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Replace content(N):</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="replaceAllBtn">
<property name="text">
<string>Replace all(A)</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="replaceText"/>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="findNextBtn">
<property name="text">
<string>Find next(F)</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QPushButton" name="pushButton_4">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Replace as(P):</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="replaceAsText"/>
</item>
</layout>
</widget>
<zorder>gridWidget</zorder>
<zorder>verticalWidget</zorder>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wang-honghust/notepad.git
git@gitee.com:wang-honghust/notepad.git
wang-honghust
notepad
notepad
master

搜索帮助