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
@@ -51,7 +51,7 @@ namespace libglabels
double w() const { return 2*mR; }
double h() const { return 2*mR; }
const QString &sizeDescription( Units *units );
const QString sizeDescription( const Units *units ) const;
bool isSimilarTo( Frame *other ) const;
const QPainterPath &path() const { return mPath; }
@@ -61,8 +61,6 @@ namespace libglabels
double mR;
double mWaste;
QString mSizeDescription;
QPainterPath mPath;
};