KLineEdit
Bindings for a KLineEdit.
Methods
- iconify(...)
- resize1(...)
- getAttribute(...)
- showMaximized(...)
- repaint2(...)
- clear(...)
- properties(...)
- adjustSize(...)
- setText(...)
- setEnabled(...)
- setDragEnabled(...)
- move1(...)
- lower(...)
- redo(...)
- showNormal(...)
- polish(...)
- setCursorPosition(...)
- repaint1(...)
- setFrame(...)
- clearFocus(...)
- hide(...)
- isWidgetType(...)
- parent(...)
- cut(...)
- signals(...)
- slots(...)
- child(...)
- drawLine(...)
- setIcon(...)
- resize(...)
- className(...)
- setGeometry1(...)
- setShown(...)
- setCompletedText(...)
- setMaxLength(...)
- setAttribute(...)
- selectAll(...)
- hasAttribute(...)
- move(...)
- raise(...)
- repaint4(...)
- setMouseTracking(...)
- drawText(...)
- update(...)
- disconnect(...)
- clearValidator(...)
- repaint5(...)
- children(...)
- setUpdatesEnabled(...)
- update1(...)
- deleteLater(...)
- copy(...)
- showMinimized(...)
- setIconText(...)
- constPolish(...)
- getElementById(...)
- setHidden(...)
- clear1(...)
- setSelection(...)
- setCompletedItems(...)
- setDisabled(...)
- setFocus(...)
- paste(...)
- setGeometry(...)
- setReadOnly1(...)
- update4(...)
- superClassName(...)
- grabWidget(...)
- repaint(...)
- close(...)
- deselect(...)
- showFullScreen(...)
- setCaption(...)
- show(...)
- setSqueezedText(...)
- connect(...)
- childCount(...)
- setReadOnly(...)
- getParentNode(...)
- insert(...)
- undo(...)
- setAlignment(...)
Properties
None
Qt Properties
- QCString name unnamed
- bool isTopLevel true
- bool isDialog false
- bool isModal false
- bool isPopup false
- bool isDesktop false
- bool enabled true
- QRect geometry
- QRect frameGeometry
- int x 256
- int y 230
- QPoint pos
- QSize frameSize
- QSize size
- int width 512
- int height 307
- QRect rect
- QRect childrenRect
- QRegion childrenRegion
- QSizePolicy sizePolicy
- QSize minimumSize
- QSize maximumSize
- int minimumWidth 0
- int minimumHeight 0
- int maximumWidth 32767
- int maximumHeight 32767
- QSize sizeIncrement
- QSize baseSize
- int backgroundMode 11
- QColor paletteForegroundColor #000000
- QColor paletteBackgroundColor #ffffff
- paletteBackgroundPixmap
- QBrush backgroundBrush
- QColorGroup colorGroup
- QPalette palette
- int backgroundOrigin 0
- bool ownPalette false
- QFont font helvetica,12,-1,5,50,0,0,0,0,0
- bool ownFont false
- QCursor cursor
- bool ownCursor true
- QString caption
- icon
- QString iconText
- bool mouseTracking true
- bool underMouse false
- bool isActiveWindow false
- bool focusEnabled true
- int focusPolicy 11
- bool focus false
- bool updatesEnabled true
- bool visible false
- QRect visibleRect
- bool hidden true
- bool shown false
- bool minimized false
- bool maximized false
- bool fullScreen false
- QSize sizeHint
- QSize minimumSizeHint
- QRect microFocusHint
- bool acceptDrops true
- bool autoMask false
- bool customWhatsThis false
- bool inputMethodEnabled true
- int frameWidth 2
- QRect contentsRect
- int frameShape 10
- int frameShadow 48
- int lineWidth 2
- int margin 0
- int midLineWidth 0
- QRect frameRect
- QString text
- int maxLength 32767
- bool frame true
- int echoMode 0
- QString displayText
- int cursorPosition 0
- int alignment 0
- bool edited false
- bool modified false
- bool hasMarkedText false
- bool hasSelectedText false
- QString markedText
- QString selectedText
- bool dragEnabled true
- bool readOnly false
- bool undoAvailable false
- bool redoAvailable false
- QString inputMask
- bool acceptableInput true
- bool contextMenuEnabled true
- bool urlDropsEnabled true
- bool trapEnterKeyEvent false
Qt Signals
- destroyed()
- destroyed(QObject*)
- textChanged(const QString&)
- returnPressed()
- lostFocus()
- selectionChanged()
- completionBoxActivated(const QString&)
- returnPressed(const QString&)
- completion(const QString&)
- substringCompletion(const QString&)
- textRotation(KCompletionBase::KeyBindingType)
- completionModeChanged(KGlobalSettings::Completion)
- aboutToShowContextMenu(QPopupMenu*)
Qt Slots
- void deleteLater()
- void cleanupEventFilter(QObject*)
- void setEnabled(bool)
- void setDisabled(bool)
- void setCaption(const QString&)
- void setIcon(const QPixmap&)
- void setIconText(const QString&)
- void setMouseTracking(bool)
- void setFocus()
- void clearFocus()
- void setUpdatesEnabled(bool)
- void update()
- void update(int,int,int,int)
- void update(const QRect&)
- void repaint()
- void repaint(bool)
- void repaint(int,int,int,int)
- void repaint(int,int,int,int,bool)
- void repaint(const QRect&)
- void repaint(const QRect&,bool)
- void repaint(const QRegion&)
- void repaint(const QRegion&,bool)
- void show()
- void hide()
- void setShown(bool)
- void setHidden(bool)
- void iconify()
- void showMinimized()
- void showMaximized()
- void showFullScreen()
- void showNormal()
- void polish()
- void constPolish()
- bool close()
- void raise()
- void lower()
- void stackUnder(QWidget*)
- void move(int,int)
- void move(const QPoint&)
- void resize(int,int)
- void resize(const QSize&)
- void setGeometry(int,int,int,int)
- void setGeometry(const QRect&)
- void adjustSize()
- void focusProxyDestroyed()
- void setText(const QString&)
- void selectAll()
- void deselect()
- void clearValidator()
- void insert(const QString&)
- void clear()
- void undo()
- void redo()
- void setMaxLength(int)
- void setFrame(bool)
- void setEchoMode(EchoMode)
- void setReadOnly(bool)
- void setValidator(const QValidator*)
- void setFont(const QFont&)
- void setPalette(const QPalette&)
- void setSelection(int,int)
- void setCursorPosition(int)
- void setAlignment(int)
- void cut()
- void copy()
- void paste()
- void setDragEnabled(bool)
- void clipboardChanged()
- void setReadOnly(bool)
- void rotateText(KCompletionBase::KeyBindingType)
- void setCompletedText(const QString&)
- void setCompletedItems(const QStringList&)
- void clear()
- void setSqueezedText(const QString&)
- void makeCompletion(const QString&)
- void slotAboutToShow()
- void slotCancelled()
- void userCancelled(const QString&)
- void completionMenuActivated(int)
- void tripleClickTimeout()
- void slotRestoreSelectionColors()
- void setTextWorkaround(const QString&)