src/hbwidgets/editors/hblineedit_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 7 923ff622b8b9
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    67     void updateWrappingMode();
    67     void updateWrappingMode();
    68     void validateMaxLength();
    68     void validateMaxLength();
    69     virtual void _q_textChanged();
    69     virtual void _q_textChanged();
    70     virtual void _q_textChange(int position, int charsRemoved,int charsAdded);
    70     virtual void _q_textChange(int position, int charsRemoved,int charsAdded);
    71 
    71 
       
    72     void readjustStretchFont();
       
    73     int linesToBeVisible() const;
       
    74     void onResizeFontChange();
       
    75     void setVisibleRows(int rowCount);
       
    76 
    72     int maxLength;
    77     int maxLength;
    73     bool expandable;
       
    74     int minimumRows;
    78     int minimumRows;
    75     int maximumRows;
    79     int maximumRows;
    76     HbLineEdit::EchoMode echoMode;
    80     HbLineEdit::EchoMode echoMode;
    77     QString passwordText;
    81     QString passwordText;
    78     bool clearOnEdit;
    82     bool clearOnEdit;
    79     bool emitTextChanged;
    83     bool emitTextChanged;
    80     QTextOption::WrapMode defaultWrapMode;
    84     QTextOption::WrapMode defaultWrapMode;
       
    85 
       
    86     bool adjustFontSizeToFitHeight;
       
    87     int stretchedToLineCount;
    81 };
    88 };
    82 
    89 
    83 #endif // HBLINEEDIT_P_H
    90 #endif // HBLINEEDIT_P_H