Source: scribus/movepage.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'MovePage.ui'
**
** Created: Thu Jun 14 18:47:58 2001
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef MOVEPAGES_H
#define MOVEPAGES_H
#include
#include
#include
#include
#include
#include
#include
class MovePages : public QDialog
{
Q_OBJECT
public:
MovePages( QWidget* parent, int act, int max, bool art );
~MovePages() {};
QLabel* TextLabel2;
QSpinBox* FromPage;
QSpinBox* ToPage;
QSpinBox* ActualPage;
QLabel* TextLabel1;
QComboBox* Where;
QPushButton* OK;
QPushButton* Cancel;
bool Wie;
protected:
QVBoxLayout* DLayout;
QGridLayout* Layout4;
QHBoxLayout* Layout3;
public slots:
virtual void FromChanged(int);
virtual void ToChanged(int);
};
#endif // MOVEPAGES_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |