Skip to content
New issue

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

Aanmerkingen David & Annelies #54

Open
10 of 19 tasks
DerkNiessink opened this issue Dec 12, 2024 · 0 comments
Open
10 of 19 tasks

Aanmerkingen David & Annelies #54

DerkNiessink opened this issue Dec 12, 2024 · 0 comments

Comments

@DerkNiessink
Copy link
Collaborator

DerkNiessink commented Dec 12, 2024

  • Parent class methods naar child classes en parent classes (QLayout en QWidget) schrappen.

  • QApplication onder de QWidgets.

  • QLayout

    • spacing en setSpacing eruit.
    • addWidget method verplaatsen naar child classes.
  • QWidget:

    • methods show weghalen.
    • setLayout (method 2) in het voorbeeld van QMainWindow gebruiken (in plaats van method 1).
    • De resize method mag eruit (erover nadenken of het alleen bij QMainWindow kan).
  • Voor alle child classes van QLayout

    • spacing, setSpacing, rowCount, removeRow weghalen.
  • QGridLayout weghalen.

  • QTextEdit

    • cursorPositionChanged weghalen.
    • erin houden: clear, copy (typefout), paste, append, setPlaceholdertext, setReadOnly, setText, toPlainText.
  • QlineEdit

    • signals erinhouden: textChanged.
    • Eerst de setText functie en daarna text.
    • weghalen: redo , undo, modified, isModified, setMaxLength, maxLength
  • QFileDialog

    • Toevoegen method: getOpenFilename.
  • QSpinbox en QDoubleSpinbox

    • prefix en setPrefix weghalen
    • Uitleggen wat de examples doen met tekst eromheen (dus niet met commentaar)
  • Qlabel

    • in het tweede voorbeeld beginnen met een instantie maken van QLabel.
  • Bij QComboBox, QSpinbox, QDoubleSpinbox, QPushButton

    • Iets uitgebreidere examples onder de belangrijke methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant