* 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.
258 lines
6.7 KiB
XML
258 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FormShortCuts</class>
|
|
<widget class="QWidget" name="FormShortCuts">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>732</width>
|
|
<height>438</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Keyboard Macros</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="labelMethods">
|
|
<property name="text">
|
|
<string>Public Methods</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" colspan="10">
|
|
<widget class="QLabel" name="labelSyntax">
|
|
<property name="text">
|
|
<string> Description</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QListWidget" name="listMethods">
|
|
<property name="whatsThis">
|
|
<string>Public Methods are avialble as API to configure your key-combination to any degree hbIDE can be exploited. Double-click on any node posts method prototype with blank parameters in <Script> edit box below-right. In the immediate right box a brief description of the navigated node is displayed.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" colspan="10">
|
|
<widget class="QTextEdit" name="texteditSyntax">
|
|
<property name="whatsThis">
|
|
<string>Description of the public method highlighted on the left.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="11">
|
|
<widget class="QLabel" name="labelMacros">
|
|
<property name="text">
|
|
<string>Keyboard Shortcuts</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" rowspan="12">
|
|
<widget class="QTableWidget" name="tableMacros"/>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLabel" name="labelName">
|
|
<property name="text">
|
|
<string> Name</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2" colspan="9">
|
|
<widget class="QLineEdit" name="editName"/>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLabel" name="labelKey">
|
|
<property name="text">
|
|
<string> Key</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QComboBox" name="comboKey"/>
|
|
</item>
|
|
<item row="4" column="5" colspan="2">
|
|
<widget class="QCheckBox" name="checkAlt">
|
|
<property name="text">
|
|
<string>Alt</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="7">
|
|
<widget class="QCheckBox" name="checkCtrl">
|
|
<property name="text">
|
|
<string>Ctrl</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="10">
|
|
<widget class="QCheckBox" name="checkShift">
|
|
<property name="text">
|
|
<string>Shift</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLabel" name="labelMenu">
|
|
<property name="text">
|
|
<string> Menu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2" colspan="9">
|
|
<widget class="QLineEdit" name="editMenu"/>
|
|
</item>
|
|
<item row="7" column="1" rowspan="5" colspan="10">
|
|
<widget class="QPlainTextEdit" name="plainBlock"/>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string> Script:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="1" rowspan="3" colspan="10">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="buttonNew">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>New</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonSet">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonTest">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Test</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonDelete">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonLoad">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonSave">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonSaveAs">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>50</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>SaveAs</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|