You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
/****************************************************************************
|
|
** 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 <qvariant.h>
|
|
#include <qdialog.h>
|
|
|
|
class QVBoxLayout;
|
|
class QHBoxLayout;
|
|
class QGridLayout;
|
|
class QListView;
|
|
class QListViewItem;
|
|
class QPushButton;
|
|
|
|
class AddGlobalDlg : public QDialog
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
AddGlobalDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
|
~AddGlobalDlg();
|
|
|
|
QPushButton* buttonHelp;
|
|
QPushButton* buttonOk;
|
|
QPushButton* buttonCancel;
|
|
QListView* fcglobal_view;
|
|
|
|
protected:
|
|
QGridLayout* AddGlobalDlgLayout;
|
|
QHBoxLayout* Layout1;
|
|
|
|
protected slots:
|
|
virtual void languageChange();
|
|
};
|
|
|
|
#endif // ADDGLOBALDLG_H
|