mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-10 08:40:35 +05:00
51 lines
1.3 KiB
C++
51 lines
1.3 KiB
C++
/****************************************************************************
|
|
** Form interface generated from reading ui file 'DlgRef_1List1Spin1Btn_QTD.ui'
|
|
**
|
|
** Created: Wed Mar 17 11:29:24 2004
|
|
** by: The User Interface Compiler (uic)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
****************************************************************************/
|
|
#ifndef DLGREF_1LIST1SPIN1BTN_QTD_H
|
|
#define DLGREF_1LIST1SPIN1BTN_QTD_H
|
|
|
|
#include <qvariant.h>
|
|
#include <qwidget.h>
|
|
class QVBoxLayout;
|
|
class QHBoxLayout;
|
|
class QGridLayout;
|
|
class QGroupBox;
|
|
class QLabel;
|
|
class QListView;
|
|
class QListViewItem;
|
|
class QPushButton;
|
|
class QSpinBox;
|
|
|
|
#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
|
|
#define DLGREF_WNT_EXPORT __declspec( dllexport )
|
|
#else
|
|
#define DLGREF_WNT_EXPORT
|
|
#endif
|
|
|
|
class DLGREF_WNT_EXPORT DlgRef_1List1Spin1Btn_QTD : public QWidget
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
DlgRef_1List1Spin1Btn_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
|
~DlgRef_1List1Spin1Btn_QTD();
|
|
|
|
QGroupBox* GroupBox1;
|
|
QListView* ListView1;
|
|
QLabel* TextLabel1;
|
|
QSpinBox* SpinBox1;
|
|
QPushButton* PushButton1;
|
|
|
|
|
|
protected:
|
|
QGridLayout* DlgRef_1List1Spin1Btn_QTDLayout;
|
|
QGridLayout* GroupBox1Layout;
|
|
};
|
|
|
|
#endif // DLGREF_1LIST1SPIN1BTN_QTD_H
|