Added initial selection info to NewLabelDialog.

This commit is contained in:
Jim Evins
2013-11-15 00:54:31 -05:00
parent 9dce9addf1
commit 932ab5b65b
13 changed files with 209 additions and 78 deletions
+1 -3
View File
@@ -56,7 +56,7 @@ namespace libglabels
double w() const { return mW; }
double h() const { return mH; }
const QString &sizeDescription( Units *units );
const QString sizeDescription( const Units *units ) const;
bool isSimilarTo( Frame *other ) const;
const QPainterPath &path() const { return mPath; }
@@ -69,8 +69,6 @@ namespace libglabels
double mXWaste;
double mYWaste;
QString mSizeDescription;
QPainterPath mPath;
};