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 == 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;
};