Subversion Repositories Scribus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1632 → Rev 1633

/branches/Version13x/Scribus/scribus/extimageprops.h
0,0 → 1,52
#ifndef EXTIMAGEPROPS_H
#define EXTIMAGEPROPS_H
 
#include <qvariant.h>
#include <qdialog.h>
 
class QVBoxLayout;
class QHBoxLayout;
class QTabWidget;
class QWidget;
class QLabel;
class QComboBox;
class QSpinBox;
class QTable;
class QListBox;
class QListBoxItem;
class QCheckBox;
#include "scribus.h"
 
class ExtImageProps : public QDialog
{
Q_OBJECT
 
public:
ExtImageProps( QWidget* parent, ImageInfoRecord *info, PageItem *item, ScribusView *view );
~ExtImageProps() {};
 
QTabWidget* propsTab;
QWidget* tab;
QLabel* textLabel1;
QComboBox* blendMode;
QLabel* textLabel2;
QSpinBox* opacitySpinBox;
QTable* layerTable;
QWidget* tab_2;
QListBox* pathList;
QPtrList<QCheckBox> FlagsSicht;
ScribusView *viewWidget;
PageItem *currentItem;
 
public slots:
void selPath(QListBoxItem *c);
 
protected:
QVBoxLayout* ExtImagePropsLayout;
QVBoxLayout* tabLayout;
QHBoxLayout* layout1;
QVBoxLayout* tabLayout_2;
 
};
 
#endif // EXTIMAGEPROPS_H
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Author Date Id Revision
\ No newline at end of property