Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Where the hel do I find a list of functions for signals?
Forum Updated to NodeBB v4.3 + New Features

Where the hel do I find a list of functions for signals?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 242 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LahearleL Offline
    LahearleL Offline
    Lahearle
    wrote on last edited by
    #1

    Hello, I have been looking everywhere and I can't find a simple library of available functions for button or other signals.

    For example

    connections:
    button.onClicked: Window.exit()

    for exiting the window? on an exit button? anyone have any answers? or do I have to make every single function myself and import them seperately?

    :)

    Christian EhrlicherC JonBJ 2 Replies Last reply
    0
    • LahearleL Lahearle

      Hello, I have been looking everywhere and I can't find a simple library of available functions for button or other signals.

      For example

      connections:
      button.onClicked: Window.exit()

      for exiting the window? on an exit button? anyone have any answers? or do I have to make every single function myself and import them seperately?

      Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      I don't understand your real problem but you can find the signals of an object in the documentation - e.g. for a QPushButton. The same goes for the slots of an object: QWidget.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      LahearleL 1 Reply Last reply
      1
      • LahearleL Lahearle

        Hello, I have been looking everywhere and I can't find a simple library of available functions for button or other signals.

        For example

        connections:
        button.onClicked: Window.exit()

        for exiting the window? on an exit button? anyone have any answers? or do I have to make every single function myself and import them seperately?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Lahearle
        Further to @Christian-Ehrlicher. Looking at your other questions it appears you are using QML, not widgets. This sub-forum is for Qt widgets questions, you should post yours in the QML sub-forum for the help you want.

        1 Reply Last reply
        0
        • Christian EhrlicherC Christian Ehrlicher

          I don't understand your real problem but you can find the signals of an object in the documentation - e.g. for a QPushButton. The same goes for the slots of an object: QWidget.

          LahearleL Offline
          LahearleL Offline
          Lahearle
          wrote on last edited by
          #4

          @Christian-Ehrlicher That's probably what I was looking for, thanks.

          I was looking at the "signals and values pages" before, which of course had nothing.

          :)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved