|
|
|
|
/****************************************************************************
|
|
|
|
|
** Form interface generated from reading ui file './addglobaldlg.ui'
|
|
|
|
|
**
|
|
|
|
|
** Created: Сбт Лют 8 20:48:22 2003
|
|
|
|
|
** by: The User Interface Compiler ($Id$)
|
|
|
|
|
**
|
|
|
|
|
** WARNING! All changes made in this file will be lost!
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef ADDGLOBALDLG_H
|
|
|
|
|
#define ADDGLOBALDLG_H
|
|
|
|
|
|
|
|
|
|
#include <tqvariant.h>
|
|
|
|
|
#include <tqdialog.h>
|
|
|
|
|
|
|
|
|
|
class TQVBoxLayout;
|
|
|
|
|
class TQHBoxLayout;
|
|
|
|
|
class TQGridLayout;
|
|
|
|
|
class TQListView;
|
|
|
|
|
class TQListViewItem;
|
|
|
|
|
class TQPushButton;
|
|
|
|
|
|
|
|
|
|
class AddGlobalDlg : public TQDialog
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
AddGlobalDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
|
|
|
|
~AddGlobalDlg();
|
|
|
|
|
|
|
|
|
|
TQPushButton* buttonHelp;
|
|
|
|
|
TQPushButton* buttonOk;
|
|
|
|
|
TQPushButton* buttonCancel;
|
|
|
|
|
TQListView* fcglobal_view;
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
TQGridLayout* AddGlobalDlgLayout;
|
|
|
|
|
TQHBoxLayout* Layout1;
|
|
|
|
|
|
|
|
|
|
protected slots:
|
|
|
|
|
virtual void languageChange();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // ADDGLOBALDLG_H
|