We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parent class methods naar child classes en parent classes (QLayout en QWidget) schrappen.
QLayout
QWidget
QApplication onder de QWidgets.
QApplication
QWidgets
spacing
setSpacing
addWidget
QWidget:
show
setLayout
QMainWindow
resize
Voor alle child classes van QLayout
rowCount
removeRow
QGridLayout weghalen.
QGridLayout
QTextEdit
cursorPositionChanged
clear
copy
paste
append
setPlaceholdertext
setReadOnly
setText
toPlainText
QlineEdit
textChanged
text
redo
undo
modified
isModified
setMaxLength
maxLength
QFileDialog
getOpenFilename
QSpinbox en QDoubleSpinbox
QSpinbox
QDoubleSpinbox
prefix
setPrefix
Qlabel
QLabel
Bij QComboBox, QSpinbox, QDoubleSpinbox, QPushButton
QComboBox
QPushButton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parent class methods naar child classes en parent classes (
QLayout
enQWidget
) schrappen.QApplication
onder deQWidgets
.QLayout
spacing
ensetSpacing
eruit.addWidget
method verplaatsen naar child classes.QWidget
:show
weghalen.setLayout
(method 2) in het voorbeeld vanQMainWindow
gebruiken (in plaats van method 1).resize
method mag eruit (erover nadenken of het alleen bijQMainWindow
kan).Voor alle child classes van
QLayout
spacing
,setSpacing
,rowCount
,removeRow
weghalen.QGridLayout
weghalen.QTextEdit
cursorPositionChanged
weghalen.clear
,copy
(typefout),paste
,append
,setPlaceholdertext
,setReadOnly
,setText
,toPlainText
.QlineEdit
textChanged
.setText
functie en daarnatext
.redo
,undo
,modified
,isModified
,setMaxLength
,maxLength
QFileDialog
getOpenFilename
.QSpinbox
enQDoubleSpinbox
prefix
ensetPrefix
weghalenQlabel
QLabel
.Bij
QComboBox
,QSpinbox
,QDoubleSpinbox
,QPushButton
The text was updated successfully, but these errors were encountered: