Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

C++/Qt Auf Objekte zugreifen

Empfohlene Antworten

Veröffentlicht

Hallo!

Ich habe hier eine Datei mit der Main-Funktion,

eine Header-Datei mit der Deklaration eines SLOTS und

eine weitere Datei mit der Definition des SLOTS.

In der Main-Funktion erzeuge ich ein Fenster mit einem Button.

Beim klick auf diesen Button soll mit Hilfe des SLOTS die

Beschriftung des Buttons geändert werden.

Wie kann ich von der SLOT-Definition aus auf den Button zugreifen?

Und wie müsste das connect richtig aussehen?

Danke!

Jonas

Schau dir mal dieseSite an. In Beispiel zwei steht z.B., wie man ein Signal mit einem Slot verbindet.

Für dein Prog verbindest du das Signal clicked() des Buttons mit einem Slot deiner Application, in dem du dann nur ButtonObject.setText("Wurde schonmal angeklickt");

aufrufst:


QObject::connect(&[i]ButtonObject[/i], SIGNAL(clicked()), &[i]ApplicationObject[/i], SLOT([i]SetTextSlot[/i]));

Und wo muß ich den SLOT deklarieren/definieren?

Danke!

Jonas

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.