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: 363
        
What is your development approach with QT/PYQT and QT Designer ?
Are you doing this:
- Put all components on the panel (without any layout) and arrange them
- Put components in layout (Align Vertically/Horizontally/Form/Grid)
- 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