代码拉取完成,页面将自动刷新
同步操作将从 阿德/代码编辑器 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>&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>&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><html><head/><body><p>windows下的bin、include文件夹在同一目录下;linux就不一定,</p><p>所以指定include路径一般是linux下才需要的。</p></body></html></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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。