Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7018155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:00:28+00:00 2026-05-27T23:00:28+00:00

I wanted to know is there such a reference or documentation out there for

  • 0

I wanted to know is there such a reference or documentation out there for programmer that highlight good practices for Application Design particularly GUI. I am working with a very large GUI application now (MultiThreading, Tabs, Socket Communication), it doesn’t seem quite as elegant as it should be (at least feels that way, since I don’t have a lot of experience).

I am particularly interested in good practices related to

  • When to Use Thread? Should I use them to do computation only, handle events, etc?
  • How could I make the application more flexible (ie adding more panels, or functionality possible through dynamic libraries?)
  • Whats the best way to manage panels or tabs in a GUI (Singleton, Factory Classes, Object Pools)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:00:29+00:00Added an answer on May 27, 2026 at 11:00 pm

    I don’t have a book in mind, but if you want the GUI app to be flexible, you need to “centralize” the connections between the GUI and the back-end. So when a GUI component A is connected to a back-end component B, rather than connecting

    A -> B 
    

    do

    A -> GUIDispatcher -> BackendDispatcher-> B
    

    GUIDispatcher always send to BackendDispatcher, while each of the dispatcher only signal to the relevant classes. It sound counter productive to add more signals and slots, but at least the control flow of your program is much more simple:

    • all connections between the Gui objects and other objects are defined in the same place.
    • A component in one side doesn’t need to know to who he is connected on the other side, so refactoring is a bit easier.
    • if there is a component which is not always enabled you don’t need to handle it specifically.
    • if possible send stateless data only

    See Spectrum Analyzer demo in the Qt library.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there are non-standard frameworks such as commons-validator, and hibernate validator. I wanted
I know there are several similar questions out there such as this one. I
I wanted to know if there is way to log the mysql queries in
Just wanted to know if there is a big chance to inject SQL While
I wanted to know if there's a way I can bind an Asp.net Ajax
I am putting together a build system and wanted to know if there is
I'm playing around with html client side storage and wanted to know if there
Wanted to know if someone had a suggestion on code or maybe there's a
hi guys I wanted to know, is there a way to not display my
I wanted to know if there are any conventions regarding disposal of disposable items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.