Save column width for ImageInfo
This commit is contained in:
+2
-1
@@ -31,7 +31,8 @@ class ImageInfo : public QTreeWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ImageInfo(QWidget *parent);
|
||||
explicit ImageInfo(QWidget *parent);
|
||||
~ImageInfo();
|
||||
public slots:
|
||||
void setInfo(const ImageInfoData &info);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user