Files
harbour-core/harbour/contrib/hbide/resources/findsource.uic
Pritpal Bedi 2fe41e8222 2010-02-24 16:46 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/resources/docviewgenerator.ui
  * contrib/hbide/resources/docviewgenerator.uic
  * contrib/hbide/resources/environments.ui
  * contrib/hbide/resources/environments.uic
  * contrib/hbide/resources/finddialog.uic
  * contrib/hbide/resources/findinfiles.uic
  * contrib/hbide/resources/findinfilesex.ui
  * contrib/hbide/resources/findinfilesex.uic
  * contrib/hbide/resources/findsource.uic
  * contrib/hbide/resources/mainwindow.uic
  * contrib/hbide/resources/projectproperties.uic
  * contrib/hbide/resources/projectpropertiesex.ui
  * contrib/hbide/resources/projectpropertiesex.uic
  * contrib/hbide/resources/searchreplace.ui
  * contrib/hbide/resources/searchreplace.uic
  * contrib/hbide/resources/searchreplacepanel.ui
  * contrib/hbide/resources/searchreplacepanel.uic
  * contrib/hbide/resources/selectionlist.uic
  * contrib/hbide/resources/selectproject.uic
  * contrib/hbide/resources/skeletons.ui
  * contrib/hbide/resources/skeletons.uic
  * contrib/hbide/resources/themes.uic
  * contrib/hbide/resources/themesex.ui
  * contrib/hbide/resources/themesex.uic
    ! A thourough uniform naming protocol adapted.

  + contrib/hbide/resources/harbourhelp.png
  + contrib/hbide/resources/projectstree.png
  + contrib/hbide/resources/richtext.png
  + contrib/hbide/resources/syntaxhiliter.png
  + contrib/hbide/resources/tabs.png
  * contrib/hbide/resources/blockcomment.png
  + contrib/hbide/resources/codeskeletons.png
  * contrib/hbide/resources/dc_function.png
    + Added more images.

  * contrib/hbqt/hbqt_hbslots.cpp
  * contrib/hbqt/hbqt_hbslots.h
    + Added slots for QDockWidget().

  * contrib/hbqt/THbQtUI.prg	
    ! Refined destructor.

  * contrib/hbide/hbide.prg
  * contrib/hbide/ideactions.prg
  * contrib/hbide/idedocks.prg
  * contrib/hbide/idefindreplace.prg
  * contrib/hbide/ideharbourhelp.prg
  * contrib/hbide/idemisc.prg
  * contrib/hbide/ideobject.prg
  * contrib/hbide/ideprojmanager.prg
  * contrib/hbide/idesaveload.prg
  * contrib/hbide/idethemes.prg
 
    + This commit is mainly uplifts and rationlizes the menus,
      toolbars, and docking widgets plus a big consideration of 
      parent child relationship is achieved.

    * Implemented: right-side toolbar which contains the toggle
      icons for docking widgets. The same functionality is available
      also in <Docks> main-menu option.

    * Menu options are reworked and all actions pertaining to docking
      widgets are removed from there. The same is applied to 
      top-toolbar also. All actions pertaining to block operations 
      are cornered at the left-side toolbar. Thus menus, toolbars are 
      in perfect synchronization.

    * Harbour-help is now loaded on demand. Only when help icon is 
      toggled on the right-toolbar.

    * hbIDE icon is changed as I committed before. No one forwarded
      his opinions, so I assume it is appropriate image.

    ; NOTE: This commit now presents hbIDE to the external world 
      with almost-profession look and feel, so we can spread the word.

    ; This commit is with heavy changes so regression is possible.
      Please speak-out if you find something weired.
2010-02-25 01:12:15 +00:00

91 lines
3.4 KiB
Plaintext

/********************************************************************************
** Form generated from reading ui file 'findsource.ui'
**
** Created: Wed Feb 24 16:25:24 2010
** by: Qt User Interface Compiler version 4.5.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/
#ifndef FINDSOURCE_H
#define FINDSOURCE_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QDialog>
#include <QtGui/QGroupBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
QT_BEGIN_NAMESPACE
class Ui_Dialog
{
public:
QLabel *labelFileName;
QComboBox *comboFileName;
QGroupBox *groupBox;
QRadioButton *radioNameOnly;
QRadioButton *radioAsListed;
QPushButton *buttoOk;
QPushButton *buttonCn;
void setupUi(QDialog *Dialog)
{
if (Dialog->objectName().isEmpty())
Dialog->setObjectName(QString::fromUtf8("Dialog"));
Dialog->resize(308, 151);
labelFileName = new QLabel(Dialog);
labelFileName->setObjectName(QString::fromUtf8("labelFileName"));
labelFileName->setGeometry(QRect(16, 8, 125, 16));
comboFileName = new QComboBox(Dialog);
comboFileName->setObjectName(QString::fromUtf8("comboFileName"));
comboFileName->setGeometry(QRect(16, 28, 277, 22));
groupBox = new QGroupBox(Dialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(16, 60, 121, 77));
radioNameOnly = new QRadioButton(groupBox);
radioNameOnly->setObjectName(QString::fromUtf8("radioNameOnly"));
radioNameOnly->setGeometry(QRect(16, 24, 97, 19));
radioAsListed = new QRadioButton(groupBox);
radioAsListed->setObjectName(QString::fromUtf8("radioAsListed"));
radioAsListed->setGeometry(QRect(16, 44, 82, 19));
buttoOk = new QPushButton(Dialog);
buttoOk->setObjectName(QString::fromUtf8("buttoOk"));
buttoOk->setGeometry(QRect(216, 84, 75, 24));
buttonCn = new QPushButton(Dialog);
buttonCn->setObjectName(QString::fromUtf8("buttonCn"));
buttonCn->setGeometry(QRect(216, 112, 75, 24));
retranslateUi(Dialog);
QMetaObject::connectSlotsByName(Dialog);
} // setupUi
void retranslateUi(QDialog *Dialog)
{
Dialog->setWindowTitle(QApplication::translate("Dialog", "Find Project File", 0, QApplication::UnicodeUTF8));
labelFileName->setText(QApplication::translate("Dialog", "File Name:", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("Dialog", "Search Mode", 0, QApplication::UnicodeUTF8));
radioNameOnly->setText(QApplication::translate("Dialog", "File name only", 0, QApplication::UnicodeUTF8));
radioAsListed->setText(QApplication::translate("Dialog", "As listed", 0, QApplication::UnicodeUTF8));
buttoOk->setText(QApplication::translate("Dialog", "OK", 0, QApplication::UnicodeUTF8));
buttonCn->setText(QApplication::translate("Dialog", "Cancel", 0, QApplication::UnicodeUTF8));
Q_UNUSED(Dialog);
} // retranslateUi
};
namespace Ui {
class Dialog: public Ui_Dialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // FINDSOURCE_H