src/hbwidgets/editors/hblineedit_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 7 923ff622b8b9
--- a/src/hbwidgets/editors/hblineedit_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/editors/hblineedit_p.h	Mon May 03 12:48:33 2010 +0300
@@ -69,8 +69,12 @@
     virtual void _q_textChanged();
     virtual void _q_textChange(int position, int charsRemoved,int charsAdded);
 
+    void readjustStretchFont();
+    int linesToBeVisible() const;
+    void onResizeFontChange();
+    void setVisibleRows(int rowCount);
+
     int maxLength;
-    bool expandable;
     int minimumRows;
     int maximumRows;
     HbLineEdit::EchoMode echoMode;
@@ -78,6 +82,9 @@
     bool clearOnEdit;
     bool emitTextChanged;
     QTextOption::WrapMode defaultWrapMode;
+
+    bool adjustFontSizeToFitHeight;
+    int stretchedToLineCount;
 };
 
 #endif // HBLINEEDIT_P_H