Source: scribus/polyprops.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'polygonprops.ui'
**
** Created: Fre Mai 10 14:30:06 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef POLYGONPROPS_H
#define POLYGONPROPS_H
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
class PolygonProps : public QDialog
{
Q_OBJECT
public:
PolygonProps(QWidget* parent = 0);
~PolygonProps() {};
float GetZeroFaktor();
float GetMaxFaktor();
QLabel* Text1;
QSpinBox* Ecken;
QCheckBox* Konvex;
QLabel* Text2;
QSpinBox* Faktor;
QSlider* Slider1;
QLabel* Preview;
QLabel* Text2_2;
QSpinBox* Faktor2;
QSlider* Slider2;
QPushButton* PushButton1;
QPushButton* PushButton2;
QPixmap* Pre;
float PFactor;
public slots:
void UpdatePreView();
float GetFaktor();
void ValFromSpin(int a);
void ValFromSpin2(int a);
protected:
QVBoxLayout* PolygonPropsLayout;
QHBoxLayout* Layout11;
QVBoxLayout* Layout10;
QHBoxLayout* Layout2;
QHBoxLayout* Layout9;
QVBoxLayout* Layout8;
QHBoxLayout* Layout7;
QHBoxLayout* Layout1_2;
QHBoxLayout* Layout9_2;
QVBoxLayout* Layout8_2;
QHBoxLayout* Layout7_2;
};
#endif // POLYGONPROPS_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |