Added initial selection info to NewLabelDialog.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace libglabels
|
||||
double w() const { return (mW == 0) ? 2*mR1 : mW; }
|
||||
double h() const { return (mH == 0) ? 2*mR1 : mH; }
|
||||
|
||||
const QString &sizeDescription( Units *units );
|
||||
const QString sizeDescription( const Units *units ) const;
|
||||
bool isSimilarTo( Frame *other ) const;
|
||||
|
||||
const QPainterPath &path() const { return mPath; }
|
||||
@@ -71,8 +71,6 @@ namespace libglabels
|
||||
double mH;
|
||||
double mWaste;
|
||||
|
||||
QString mSizeDescription;
|
||||
|
||||
QPainterPath mPath;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user