Files
harbour-core/harbour/contrib/hbide/resources/environ.ui
Pritpal Bedi 72f2b7df1d 2010-04-27 01:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/resources/environ.ui
  * contrib/hbide/resources/environ.uic
  * contrib/hbide/resources/projectpropertiesex.ui
  * contrib/hbide/resources/projectpropertiesex.uic
  * contrib/hbide/resources/shortcuts.ui
  * contrib/hbide/resources/shortcuts.uic

  * contrib/hbxbp/xbplistbox.prg
    % Fixed nasty bug.

  * contrib/hbide/hbide.prg
  * contrib/hbide/ideactions.prg
  * contrib/hbide/idedocks.prg
    + Featured: Projects, Editors, Skeletons docking widgets made floatable.
    + Added: Manubar->Setup->Tools & Utilities.
    ! Refined: Manubar->Setup->Encoding - submenus prompts.
    ! Resized: Keyboard Mappings dialog buttons.
    ! Refined: Projects Properties Dialog - General tab.

      These tweaks were proposed by Antonio Maniero.
2010-04-27 08:21:35 +00:00

805 lines
19 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EnvForm</class>
<widget class="QWidget" name="EnvForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>554</width>
<height>488</height>
</rect>
</property>
<property name="windowTitle">
<string>Environment</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>14</x>
<y>10</y>
<width>39</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>10</x>
<y>28</y>
<width>197</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>430</x>
<y>28</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Copy</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>490</x>
<y>28</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Paste</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>12</x>
<y>56</y>
<width>431</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Batch Commands: will be executed before any of the compiler/linker command is invoked.</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>74</y>
<width>531</width>
<height>53</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>236</x>
<y>10</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Type:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>234</x>
<y>28</y>
<width>109</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>370</x>
<y>28</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>New</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>533</width>
<height>303</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>PRG Compiler</string>
</attribute>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>8</x>
<y>11</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Exe:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>38</x>
<y>10</y>
<width>119</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>170</x>
<y>12</y>
<width>67</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Install Path:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>234</x>
<y>10</y>
<width>239</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>492</x>
<y>10</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>10</x>
<y>38</y>
<width>191</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>-a Automatic memvar declaration</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>62</y>
<width>173</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>-b Include debug info</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_3">
<property name="geometry">
<rect>
<x>10</x>
<y>86</y>
<width>173</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>-l No line numbers </string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>175</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>-v Variables are assumed (m-&gt;)</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_5">
<property name="geometry">
<rect>
<x>10</x>
<y>134</y>
<width>193</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>-z Supress short-cut optimizations</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_2">
<property name="geometry">
<rect>
<x>10</x>
<y>174</y>
<width>465</width>
<height>93</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>156</y>
<width>463</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>More Options</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>288</x>
<y>38</y>
<width>109</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>-w Warning level:</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>288</x>
<y>62</y>
<width>119</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-es Exit severity level:</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>288</x>
<y>86</y>
<width>119</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-m No start procedure:</string>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>288</x>
<y>110</y>
<width>113</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-g Output type:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_3">
<property name="geometry">
<rect>
<x>416</x>
<y>38</y>
<width>57</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_4">
<property name="geometry">
<rect>
<x>416</x>
<y>62</y>
<width>57</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_5">
<property name="geometry">
<rect>
<x>416</x>
<y>86</y>
<width>57</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_6">
<property name="geometry">
<rect>
<x>416</x>
<y>110</y>
<width>57</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>288</x>
<y>134</y>
<width>115</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-k Compatibility mode:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_7">
<property name="geometry">
<rect>
<x>416</x>
<y>134</y>
<width>57</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>C Compiler</string>
</attribute>
<widget class="QLineEdit" name="lineEdit_3">
<property name="geometry">
<rect>
<x>38</x>
<y>10</y>
<width>119</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="toolButton_2">
<property name="geometry">
<rect>
<x>492</x>
<y>12</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_4">
<property name="geometry">
<rect>
<x>234</x>
<y>12</y>
<width>239</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>8</x>
<y>12</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Exe:</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>170</x>
<y>12</y>
<width>67</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Install Path:</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_3">
<property name="geometry">
<rect>
<x>8</x>
<y>58</y>
<width>465</width>
<height>211</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>8</x>
<y>38</y>
<width>463</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Compiler commands - write each one on separate line.</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Linker</string>
</attribute>
<widget class="QPlainTextEdit" name="plainTextEdit_4">
<property name="geometry">
<rect>
<x>68</x>
<y>10</y>
<width>449</width>
<height>59</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>8</x>
<y>34</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>EXE</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_5">
<property name="geometry">
<rect>
<x>68</x>
<y>76</y>
<width>449</width>
<height>59</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_6">
<property name="geometry">
<rect>
<x>68</x>
<y>142</y>
<width>449</width>
<height>59</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_7">
<property name="geometry">
<rect>
<x>68</x>
<y>210</y>
<width>449</width>
<height>59</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>8</x>
<y>98</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>LIB</string>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>10</x>
<y>166</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>DLL</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>10</x>
<y>234</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>RES</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>EXE Defaults</string>
</attribute>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>8</x>
<y>10</y>
<width>511</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Runtime static default files ( libraries ) - each entry on separate line.</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_8">
<property name="geometry">
<rect>
<x>8</x>
<y>32</y>
<width>511</width>
<height>237</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>DLL Defaults</string>
</attribute>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>8</x>
<y>10</y>
<width>511</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>DLL import default files ( libraries ) - each entry on separate line.</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_9">
<property name="geometry">
<rect>
<x>8</x>
<y>32</y>
<width>511</width>
<height>237</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>User Cmds</string>
</attribute>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>8</x>
<y>10</y>
<width>509</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>EXEcutable Projects</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_10">
<property name="geometry">
<rect>
<x>8</x>
<y>28</y>
<width>511</width>
<height>61</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_11">
<property name="geometry">
<rect>
<x>8</x>
<y>118</y>
<width>511</width>
<height>61</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>8</x>
<y>100</y>
<width>509</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>LIBrary Projects</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit_12">
<property name="geometry">
<rect>
<x>8</x>
<y>208</y>
<width>511</width>
<height>61</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>8</x>
<y>190</y>
<width>509</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>DLL Projects </string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_7">
<attribute name="title">
<string>Info</string>
</attribute>
<widget class="QPlainTextEdit" name="plainTextEdit_13">
<property name="geometry">
<rect>
<x>8</x>
<y>10</y>
<width>511</width>
<height>259</height>
</rect>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>380</x>
<y>456</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>468</x>
<y>456</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>