2010-03-09 12:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

+ contrib/hbide/resources/ffn.png
  + contrib/hbide/resources/funclist.ui
  + contrib/hbide/resources/funclist.uic
    + Added missing files from prev commit.
      Sorry, it has happened again, probably late-night phenomena.
This commit is contained in:
Pritpal Bedi
2010-03-09 20:04:24 +00:00
parent 0d3d65531c
commit fc43c33fb7
4 changed files with 246 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-09 12:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
+ contrib/hbide/resources/ffn.png
+ contrib/hbide/resources/funclist.ui
+ contrib/hbide/resources/funclist.uic
+ Added missing files from prev commit.
Sorry, it has happened again, probably late-night phenomena.
2010-03-09 14:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/rtl/hbini.prg
* Deleted several unnecessary empty lines at EOF.

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>486</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="5">
<widget class="QListWidget" name="listProjects">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0" colspan="5">
<widget class="QLineEdit" name="editFunction"/>
</item>
<item row="2" column="0" colspan="5">
<widget class="QTableWidget" name="tableFuncList"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="maximumSize">
<size>
<width>46</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Syntax:</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3">
<widget class="QLineEdit" name="editSyntax"/>
</item>
<item row="3" column="4">
<widget class="QLabel" name="labelEntries">
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="0" colspan="5">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QPushButton" name="buttonMark">
<property name="text">
<string>Mark Projs</string>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Load Tags</string>
</property>
</widget>
</item>
<item row="5" column="3">
<widget class="QPushButton" name="buttonTag">
<property name="text">
<string>Re-Tag</string>
</property>
</widget>
</item>
<item row="5" column="4">
<widget class="QPushButton" name="buttonClose">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@@ -0,0 +1,138 @@
/********************************************************************************
** Form generated from reading ui file 'funclist.ui'
**
** Created: Tue Mar 9 11:59:02 2010
** by: Qt User Interface Compiler version 4.5.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef FUNCLIST_H
#define FUNCLIST_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QPushButton>
#include <QtGui/QTableWidget>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Form
{
public:
QGridLayout *gridLayout;
QListWidget *listProjects;
QLineEdit *editFunction;
QTableWidget *tableFuncList;
QLabel *label;
QLineEdit *editSyntax;
QLabel *labelEntries;
QFrame *line;
QPushButton *buttonMark;
QPushButton *pushButton;
QPushButton *buttonTag;
QPushButton *buttonClose;
void setupUi(QWidget *Form)
{
if (Form->objectName().isEmpty())
Form->setObjectName(QString::fromUtf8("Form"));
Form->resize(400, 486);
gridLayout = new QGridLayout(Form);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
listProjects = new QListWidget(Form);
listProjects->setObjectName(QString::fromUtf8("listProjects"));
listProjects->setMaximumSize(QSize(16777215, 100));
gridLayout->addWidget(listProjects, 0, 0, 1, 5);
editFunction = new QLineEdit(Form);
editFunction->setObjectName(QString::fromUtf8("editFunction"));
gridLayout->addWidget(editFunction, 1, 0, 1, 5);
tableFuncList = new QTableWidget(Form);
tableFuncList->setObjectName(QString::fromUtf8("tableFuncList"));
gridLayout->addWidget(tableFuncList, 2, 0, 1, 5);
label = new QLabel(Form);
label->setObjectName(QString::fromUtf8("label"));
label->setMaximumSize(QSize(46, 16777215));
gridLayout->addWidget(label, 3, 0, 1, 1);
editSyntax = new QLineEdit(Form);
editSyntax->setObjectName(QString::fromUtf8("editSyntax"));
gridLayout->addWidget(editSyntax, 3, 1, 1, 3);
labelEntries = new QLabel(Form);
labelEntries->setObjectName(QString::fromUtf8("labelEntries"));
labelEntries->setMaximumSize(QSize(70, 16777215));
gridLayout->addWidget(labelEntries, 3, 4, 1, 1);
line = new QFrame(Form);
line->setObjectName(QString::fromUtf8("line"));
line->setFrameShape(QFrame::HLine);
line->setFrameShadow(QFrame::Sunken);
gridLayout->addWidget(line, 4, 0, 1, 5);
buttonMark = new QPushButton(Form);
buttonMark->setObjectName(QString::fromUtf8("buttonMark"));
gridLayout->addWidget(buttonMark, 5, 0, 1, 2);
pushButton = new QPushButton(Form);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
gridLayout->addWidget(pushButton, 5, 2, 1, 1);
buttonTag = new QPushButton(Form);
buttonTag->setObjectName(QString::fromUtf8("buttonTag"));
gridLayout->addWidget(buttonTag, 5, 3, 1, 1);
buttonClose = new QPushButton(Form);
buttonClose->setObjectName(QString::fromUtf8("buttonClose"));
gridLayout->addWidget(buttonClose, 5, 4, 1, 1);
retranslateUi(Form);
QMetaObject::connectSlotsByName(Form);
} // setupUi
void retranslateUi(QWidget *Form)
{
Form->setWindowTitle(QApplication::translate("Form", "Form", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("Form", "Syntax:", 0, QApplication::UnicodeUTF8));
labelEntries->setText(QString());
buttonMark->setText(QApplication::translate("Form", "Mark Projs", 0, QApplication::UnicodeUTF8));
pushButton->setText(QApplication::translate("Form", "Load Tags", 0, QApplication::UnicodeUTF8));
buttonTag->setText(QApplication::translate("Form", "Re-Tag", 0, QApplication::UnicodeUTF8));
buttonClose->setText(QApplication::translate("Form", "Close", 0, QApplication::UnicodeUTF8));
Q_UNUSED(Form);
} // retranslateUi
};
namespace Ui {
class Form: public Ui_Form {};
} // namespace Ui
QT_END_NAMESPACE
#endif // FUNCLIST_H