QTfrontend/ui/widget/SmartLineEdit.h
changeset 6163 fcb709d55413
parent 6162 437116977d43
child 6168 6f301dac12ff
equal deleted inserted replaced
6162:437116977d43 6163:fcb709d55413
    87     /**
    87     /**
    88      * @brief Overrides method of parent class.
    88      * @brief Overrides method of parent class.
    89      * Forward pressed TAB to parent class' method (for focus handling etc)
    89      * Forward pressed TAB to parent class' method (for focus handling etc)
    90      * only if line is empty.
    90      * only if line is empty.
    91      * 
    91      * 
    92      * @param event the key event.
    92      * @param event the event.
    93      * @return returns true if the event was recognized.
    93      * @return returns true if the event was recognized.
    94      */
    94      */
    95     virtual bool event(QEvent * event);
    95     virtual bool event(QEvent * event);
    96 
    96 
    97     /**
    97     /**