Table of Contents

Introduction GUI Methods GUI Components Sample GUI 1 Notes Sample GUI 2 A Time Saving Opinion Conclusion

A Time Saving Opinion - GUI126

Some widgets indeed take very long to build. Some of such widgets are used in many programs. So to cut time thereby cutting costs we should reuse some of these widgets by calling them from a separate executable ( or program).

You must note this doesn't work in all cases.

A list of such widgets I have noticed over the years (I’m not old) that fits to this approach are:

  1. File pickers

    Google search for some these

  2. Color Picker

    Try this one Pickers from sae.ng

  3. Text Picker

    Especially one with grammar checks and spell check

    Try this one Pickers from sae.ng

  4. Viewers of known common formats like PDF

    xdg-open command can help on Ubuntu



< Previous Next >