home.social

#qtdesigner — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qtdesigner, aggregated by home.social.

fetched live
  1. Qt Designer integration in CLion may not match Qt Creator - but with a few tweaks, it can be significantly improved.

    Jesper Pedersen demonstrates how to open the corresponding .ui file directly from a .cpp using an External Tool, along with a shortcut adjustment for more #QtCreator–like window handling.

    #QtDev #CLion #QtDesigner #Cpp

    🔗
    youtube.com/watch?v=Vir8tPB0N-4

  2. This short YouTube series explains developing plugins for Qt Designer. Follow Jesper along as he explores promoted widgets, initializes widgets, creates a library, and finally creates & deploys the plugins. Check out the full series: youtube.com/playlist?list=PL6C #QtDev #QtDesigner

  3. I want to get into #kde app development, but I'm not sure where to start

    there's a few ideas I've got for apps, but I know nothing about #qt or #kiragami

    is #kdevelop still the best option for IDE?

    can #qtdesigner do Kiragami?

  4. Qt has a property system that is used from many places, including #QtDesigner, #QML, and other language bindings. It can, however, also be very useful on its own. Watch this episode to get a better understanding of how it all fits together: youtube.com/watch?v=YED46ipt0k #QtDev #QtWidgets

  5. In this second episode on layout managers, we will discuss how to make widgets stretch, and how to get spaces into your layout. Furthermore, we will discuss that both when you code it in C++, and when you do it in #QtDesigner: youtube.com/watch?v=HfKvFm4BVq #QtDev #Cpp #CPlusPlus

  6. Last week, Module 2 of "Introduction to Qt Widgets" concluded. In Module 2, you learn in depth how #QtDesigner works, including, for example, how to connect your #UI to your C++ code. Stay tuned for Module 3 coming soon. #QtDev #QtWidgets #Cpp

    🔗 youtube.com/playlist?list=PL6C

  7. In this short episode, Jesper will provide you with a few links to some "Qt Widgets and More" episodes to watch before he returns with the next module. In addition, he will offer a few parting notes on when to use #QtDesigner. Enjoy! #QtDev #QtWidgets

    🔗 youtube.com/watch?v=hCBty7X2JA

  8. So, you are using #QtDesigner to create your user interfaces? Great! But how do you get your own custom widgets in there? There are two ways of doing that and in this episode, Jesper will explain both: youtube.com/watch?v=RyJqcw0RXx #QtDev #QtWidgets #UI

  9. There are three ways to connect to signals from objects in your #QtDesigner UI. We've already covered one in this series, which is to add a connect statement on the C++ side. In this episode, you will learn about the other two: youtube.com/watch?v=1cZshPFr2P #QtDev #Cpp #QtWidgets #UI

  10. In today's episode of "Introduction to Qt Widgets", Jesper will go through how to set up a layout in Qt Designer. Enjoy! #QtDev #QtWidgets #QtDesigner #Programming

    🔗 youtube.com/watch?v=10A_A7NkdR

  11. Once your UI is created in #QtDesigner, you want to hook the code up with C++. In other words, you want to get code executed when the user chooses save in the #UI, or want to customize it. Watch this episode to learn how to set it up youtube.com/watch?v=pDoBI28zkT #QtDev #QtWidgets #Cpp

  12. Setting up a layout in C++ is rather tricky. Fortunately, Qt comes with a tool called #QtDesigner, which allows to create UIs by simply drag & drop'ing it together. Learn more in the 1st episode of module 2 of "Introduction to Qt Widgets" youtube.com/watch?v=gkujFifiO3 #QtDev #QtWidgets

  13. In the first module of our "Introduction to Qt Widgets" series you learned about understanding the underlying object model in Qt; coming up next week is a module about Qt Designer. Rewatch Module 1 here youtube.com/playlist?list=PL6C #QtDev #QtWidgets #QtDesigner

  14. Appel à la communauté masto-geek !

    Je créé actuellement des formulaires pour QGIS à partir de QT designer (v3.28.9), et je cherche à régler un problème de longue date :

    Que chaque formulaire s'ouvre avec une taille définie fixe, ou, au plus proche de son contenu (widgets).

    Une solution, une bidouille ou c'est peine perdue et je dois réduire/agrandir mes formulaires dès que je change de couche ?

    Le repouet garde votre thé au chaud quand vous l'oubliez :*

    #qgis #qtdesigner #qt #windows