Qt Designer


  • Qt Design Studio is a powerful tool for designers and developers that can be used to create professional user interfaces (UI) with the Qt framework for desktop, mobile, MCU or embedded devices with a single codebase. At ICS, we deal with in-house teams and teams of developers and designers from…

    Blog
  • At ICS and Boston UX, we not only work with our own developers, we work with engineers from many companies that represent every industry. Without a doubt, communicating to an engineer the exact intent of a design in a form that they can implement is a very difficult task. Qt Design Studio allows…

    Blog
  • In an earlier blog post (1) I described how to create a widget with a Qt Designer plugin interface so it can be viewed within Qt Designer. With the increased interest in using Qt from the Python programming language, I asked one of our developers to reproduce the same example, …

    Blog
  • This blog post will describe how to write a custom Qt widget and how to integrate it into Qt Designer so that you can drag and drop it onto your designs. It will also provide an understanding of important differences between Qt 4 and Qt 5 when it comes to creating designable widgets. The example…

    Blog