QT/PyQT best practice for using QT Designer

Posted by pierocampanelli on Stack Overflow See other posts from Stack Overflow or by pierocampanelli
Published on 2010-05-25T14:00:58Z Indexed on 2010/05/25 15:11 UTC
Read the original article Hit count: 276

Filed under:
|
|

What is your development approach with QT/PYQT and QT Designer ?
Are you doing this:

  1. Put all components on the panel (without any layout) and arrange them
  2. Put components in layout (Align Vertically/Horizontally/Form/Grid)
  3. Generate UI file and start coding

how do you manage when you have custom widget ? For example when you have to fine tune behaviour of a QButton or QLineEdit ? Is it possible to add this custom widget to designer?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about qt