Files
harbour-core/harbour/contrib/hbide/environ.ui
Viktor Szakats 20096e9cb6 2010-06-25 03:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/hbide.hbp
  - contrib/hbide/resources/themesex.ui
  - contrib/hbide/resources/shortcuts.ui
  - contrib/hbide/resources/selectionlist.ui
  - contrib/hbide/resources/themes.ui
  - contrib/hbide/resources/findsource.ui
  - contrib/hbide/resources/docviewgenerator.ui
  - contrib/hbide/resources/mainwindow.ui
  - contrib/hbide/resources/skeletons.ui
  - contrib/hbide/resources/findinfiles.ui
  - contrib/hbide/resources/environments.ui
  - contrib/hbide/resources/findinfilesex.ui
  - contrib/hbide/resources/searchreplacepanel.ui
  - contrib/hbide/resources/toolsutilities.ui
  - contrib/hbide/resources/setup.ui
  - contrib/hbide/resources/projectpropertiesex.ui
  - contrib/hbide/resources/environ.ui
  - contrib/hbide/resources/finddialog.ui
  - contrib/hbide/resources/searchreplace.ui
  - contrib/hbide/resources/docwriter.ui
  - contrib/hbide/resources/selectproject.ui
  - contrib/hbide/resources/updown.ui
  - contrib/hbide/resources/funclist.ui
  + contrib/hbide/themesex.ui
  + contrib/hbide/findinfilesex.ui
  + contrib/hbide/environments.ui
  + contrib/hbide/shortcuts.ui
  + contrib/hbide/searchreplacepanel.ui
  + contrib/hbide/selectionlist.ui
  + contrib/hbide/themes.ui
  + contrib/hbide/toolsutilities.ui
  + contrib/hbide/setup.ui
  + contrib/hbide/findsource.ui
  + contrib/hbide/docviewgenerator.ui
  + contrib/hbide/mainwindow.ui
  + contrib/hbide/environ.ui
  + contrib/hbide/projectpropertiesex.ui
  + contrib/hbide/finddialog.ui
  + contrib/hbide/searchreplace.ui
  + contrib/hbide/docwriter.ui
  + contrib/hbide/selectproject.ui
  + contrib/hbide/skeletons.ui
  + contrib/hbide/updown.ui
  + contrib/hbide/funclist.ui
  + contrib/hbide/findinfiles.ui
    * Moved .ui files to root. They no longer need to be distributed with the binary
      since they are now dynamically converted to .uip which is embedded into executable 
      as regular .prg source.
    ; IMPORTANT NOTE: From now on HBIDE requires HBQTUI tool (from HBQT package) 
                      and QUI tools (form QT package) in order to build. Keep both 
                      of them in PATH.

  - contrib/hbide/environments.uip
  - contrib/hbide/findinfilesex.uip
  - contrib/hbide/searchreplace.uip
  - contrib/hbide/docwriter.uip
  - contrib/hbide/selectproject.uip
  - contrib/hbide/docviewgenerator.uip
  - contrib/hbide/findinfiles.uip
  - contrib/hbide/toolsutilities.uip
  - contrib/hbide/setup.uip
  - contrib/hbide/skeletons.uip
  - contrib/hbide/mainwindow.uip
  - contrib/hbide/environ.uip
  - contrib/hbide/projectpropertiesex.uip
  - contrib/hbide/selectionlist.uip
  - contrib/hbide/searchreplacepanel.uip
  - contrib/hbide/themesex.uip
  - contrib/hbide/themes.uip
  - contrib/hbide/funclist.uip
  - contrib/hbide/shortcuts.uip
  - contrib/hbide/finddialog.uip
  - contrib/hbide/findsource.uip
  - contrib/hbide/updown.uip
  - contrib/hbide/resources/searchreplace.uic
  - contrib/hbide/resources/docwriter.uic
  - contrib/hbide/resources/docviewgenerator.uic
  - contrib/hbide/resources/toolsutilities.uic
  - contrib/hbide/resources/make.uis
  - contrib/hbide/resources/skeletons.uic
  - contrib/hbide/resources/selectionlist.uic
  - contrib/hbide/resources/themesex.uic
  - contrib/hbide/resources/findsource.uic
  - contrib/hbide/resources/updown.uic
  - contrib/hbide/resources/environments.uic
  - contrib/hbide/resources/findinfilesex.uic
  - contrib/hbide/resources/selectproject.uic
  - contrib/hbide/resources/findinfiles.uic
  - contrib/hbide/resources/setup.uic
  - contrib/hbide/resources/mainwindow.uic
  - contrib/hbide/resources/projectpropertiesex.uic
  - contrib/hbide/resources/environ.uic
  - contrib/hbide/resources/searchreplacepanel.uic
  - contrib/hbide/resources/themes.uic
  - contrib/hbide/resources/funclist.uic
  - contrib/hbide/resources/shortcuts.uic
  - contrib/hbide/resources/finddialog.uic
    - Deleted. Replaced by dynamically generated .uip files.
2010-06-25 01:02:19 +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>