Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Qt 3 Support Members for QLineEdit

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.

Public Functions

QLineEdit ( QWidget * parent, const char * name )
QLineEdit ( const QString & contents, QWidget * parent, const char * name )
QLineEdit ( const QString & contents, const QString & inputMask, QWidget * parent = 0, const char * name = 0 )
int characterAt ( int xpos, QChar * chr ) const
void clearModified ()
void clearValidator ()
void cursorLeft ( bool mark, int steps = 1 )
void cursorRight ( bool mark, int steps = 1 )
bool edited () const
bool frame () const
bool getSelection ( int * start, int * end )
bool hasMarkedText () const
int margin () const
QString markedText () const
void setEdited ( bool on )
void setMargin ( int margin )
bool validateAndSet ( const QString & newText, int newPos, int newMarkAnchor, int newMarkDrag )
  • 60 public functions inherited from QWidget
  • 8 public functions inherited from QObject
  • 8 public functions inherited from QPaintDevice

Signals

void lostFocus ()

Protected Functions

void repaintArea ( int a, int b )
  • 1 protected function inherited from QObject

Member Function Documentation

QLineEdit::QLineEdit ( QWidget * parent, const char * name )

Constructs a line edit with no text.

The maximum text length is set to 32767 characters.

The parent and name arguments are sent to the QWidget constructor.

See also setText() and setMaxLength().

QLineEdit::QLineEdit ( const QString & contents, QWidget * parent, const char * name )

Constructs a line edit containing the text contents.

The cursor position is set to the end of the line and the maximum text length to 32767 characters.

The parent and name arguments are sent to the QWidget constructor.

See also text() and setMaxLength().

QLineEdit::QLineEdit ( const QString & contents, const QString & inputMask, QWidget * parent = 0, const char * name = 0 )

Constructs a line edit with an input inputMask and the text contents.

The cursor position is set to the end of the line and the maximum text length is set to the length of the mask (the number of mask characters and separators).

The parent and name arguments are sent to the QWidget constructor.

See also setMask() and text().

int QLineEdit::characterAt ( int xpos, QChar * chr ) const

There exists no equivalent functionality in Qt 4.

void QLineEdit::clearModified ()

Use setModified(false) instead.

See also isModified().

void QLineEdit::clearValidator ()

Use setValidator(0) instead.

void QLineEdit::cursorLeft ( bool mark, int steps = 1 )

Use cursorForward() with a negative number of steps instead. For example, cursorForward(mark, -steps).

void QLineEdit::cursorRight ( bool mark, int steps = 1 )

Use cursorForward() instead.

bool QLineEdit::edited () const

Use isModified() instead.

See also setEdited().

bool QLineEdit::frame () const

Use hasFrame() instead.

See also setFrame().

bool QLineEdit::getSelection ( int * start, int * end )

Use selectedText() and selectionStart() instead.

bool QLineEdit::hasMarkedText () const

Use hasSelectedText() instead.

void QLineEdit::lostFocus ()   [signal]

This signal is emitted when the line edit has lost focus.

Use editingFinished() instead

See also editingFinished() and returnPressed().

int QLineEdit::margin () const

Returns the width of the margin around the contents of the widget.

Use QWidget::getContentsMargins() instead.

See also setMargin() and QWidget::getContentsMargins().

QString QLineEdit::markedText () const

Use selectedText() instead.

void QLineEdit::repaintArea ( int a, int b )   [protected]

Use update() instead.

void QLineEdit::setEdited ( bool on )

Use setModified() or setText().

See also edited().

void QLineEdit::setMargin ( int margin )

Sets the width of the margin around the contents of the widget to margin.

Use QWidget::setContentsMargins() instead.

See also margin() and QWidget::setContentsMargins().

bool QLineEdit::validateAndSet ( const QString & newText, int newPos, int newMarkAnchor, int newMarkDrag )

Use setText(), setCursorPosition() and setSelection() instead.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.6
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web