Results 1 to 1 of 1

Thread: Signals and Slots

  1. #1
    Join Date
    Oct 2025
    Posts
    1
    Qt products
    Platforms
    Windows

    Default Signals and Slots

    Hey everyone,
    I’m Skyler, new to the Qt Centre community and just starting my adventure with Qt. I come from a background in Python and a bit of C++, but Qt has always fascinated me, especially how it blends GUI design with solid C++ logic. Recently, I started experimenting with Qt Creator and managed to build a small desktop app that tracks my daily study sessions.
    The part that really hooked me was the signals and slots mechanism; it feels elegant, but I’m still trying to wrap my head around how to best connect multiple widgets dynamically at runtime. For example, if I create buttons on the fly (say in a loop), what’s the cleanest way to connect each button’s signal to a unique slot without messy lambda captures?
    I’d love to hear how more experienced developers handle this, or any advice on structuring medium-sized Qt apps properly from the start.
    Looking forward to learning from everyone here and maybe sharing my own progress soon!
    Last edited by skylerclooney; Today at 08:08.

Similar Threads

  1. Replies: 2
    Last Post: 18th April 2013, 12:15
  2. Replies: 3
    Last Post: 21st November 2011, 15:28
  3. signals and slots and menus problem in designer
    By hollowhead in forum Qt Tools
    Replies: 0
    Last Post: 5th March 2010, 17:31
  4. Signals and Slots and HTTP
    By weaver4 in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2010, 22:44
  5. QThread and signals (linux/UNIX signals not Qt Signals)
    By Micawber in forum Qt Programming
    Replies: 1
    Last Post: 28th November 2007, 22:18

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.