1 Star 16 Fork 15

阿德/代码编辑器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FineText.ui 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
阿德 提交于 2019-11-25 16:25 . 基于Qsciscintilla的代码编辑器
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>476</width>
<height>157</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>181</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>查找范围:</string>
</property>
<widget class="QRadioButton" name="rdb_currentFile">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前文件</string>
</property>
</widget>
<widget class="QRadioButton" name="rdb_cbpDir">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>当前工程目录</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>查找内容:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_destText">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>321</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="ButtonFind">
<property name="geometry">
<rect>
<x>400</x>
<y>26</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>查找</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/huangweide001/code4STC51.git
[email protected]:huangweide001/code4STC51.git
huangweide001
code4STC51
代码编辑器
master

搜索帮助