1 Star 0 Fork 15

萧鑫朗 / 代码编辑器

forked from 阿德 / 代码编辑器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ColorDlg.ui 3.13 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>312</width>
<height>324</height>
</rect>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QListWidget" name="listStyles">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>181</width>
<height>271</height>
</rect>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<item>
<property name="text">
<string>Default</string>
</property>
</item>
<item>
<property name="text">
<string>Keyword</string>
</property>
</item>
<item>
<property name="text">
<string>KeywordSet2</string>
</property>
</item>
<item>
<property name="text">
<string>CommentDoc</string>
</property>
</item>
<item>
<property name="text">
<string>Comment</string>
</property>
</item>
<item>
<property name="text">
<string>CommentLine</string>
</property>
</item>
<item>
<property name="text">
<string>Number</string>
</property>
</item>
<item>
<property name="text">
<string>DoubleQuotedString</string>
</property>
</item>
<item>
<property name="text">
<string>SingleQuotedString</string>
</property>
</item>
<item>
<property name="text">
<string>PreProcessor</string>
</property>
</item>
<item>
<property name="text">
<string>Operator</string>
</property>
</item>
<item>
<property name="text">
<string>UnclosedString</string>
</property>
</item>
<item>
<property name="text">
<string>Background</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
<x>220</x>
<y>210</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>220</x>
<y>280</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>CANCEL</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>点击相应文字,即可修改颜色</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Python
1
https://gitee.com/lang07123/code4STC51.git
git@gitee.com:lang07123/code4STC51.git
lang07123
code4STC51
代码编辑器
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891