1 Star 0 Fork 14

吴侃/代码编辑器

forked from 阿德/代码编辑器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
compileSetting.ui 6.69 KB
一键复制 编辑 原始数据 按行查看 历史
阿德 提交于 2020-06-05 14:58 +08:00 . Signed-off-by: huangweide001 85042684@qq.com
<?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>575</width>
<height>258</height>
</rect>
</property>
<property name="windowTitle">
<string>complier 编译器选项</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>460</x>
<y>170</y>
<width>87</width>
<height>61</height>
</rect>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="okButton">
<property name="text">
<string>&amp;OK</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancelButton">
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>541</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>编译器路径选择</string>
</property>
<widget class="QRadioButton" name="rdb_pathDefault">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
<property name="text">
<string>默认在本软件所在目录</string>
</property>
</widget>
<widget class="QRadioButton" name="rdb_pathSelect">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>手动选择</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_path">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>110</x>
<y>40</y>
<width>391</width>
<height>20</height>
</rect>
</property>
<property name="maxLength">
<number>1024</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_path">
<property name="geometry">
<rect>
<x>508</x>
<y>39</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>421</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>外部RAM/xdata 设置</string>
</property>
<widget class="QRadioButton" name="rdb_xdataDefault">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>xdata设置为8192</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>手动输入:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_xdata">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777213</height>
</size>
</property>
<property name="maxLength">
<number>8</number>
</property>
<property name="frame">
<bool>true</bool>
</property>
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="check_incPath">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>指定include路径</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_include">
<property name="geometry">
<rect>
<x>130</x>
<y>90</y>
<width>381</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_include">
<property name="geometry">
<rect>
<x>520</x>
<y>90</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>421</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;windows下的bin、include文件夹在同一目录下;linux就不一定,&lt;/p&gt;&lt;p&gt;所以指定include路径一般是linux下才需要的。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>351</x>
<y>38</y>
</hint>
<hint type="destinationlabel">
<x>233</x>
<y>29</y>
</hint>
</hints>
</connection>
<connection>
<sender>cancelButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>330</x>
<y>66</y>
</hint>
<hint type="destinationlabel">
<x>197</x>
<y>125</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wekay/code4STC51.git
git@gitee.com:wekay/code4STC51.git
wekay
code4STC51
代码编辑器
master

搜索帮助