designer

qt designer and data bound controls ?

can I use QT Designer 4 to create / design tables or other controls with automatic binding to database connections? Or must I write specific code for that in my application? (i'm using python 2.5 with pyqt 4.8 on Windows xp, if it matters) Thanks. ...

Qt Creator - How to write the UI?

Hi, I'm beginner to Qt and I see that most of widgets that are build in in Qt do not appear in the widgets tool box. How can I add all the widget to tool box? (Like QSystemTrayIcon that does not appear by default in tool box) what is the best way to write gui - by the designer - ui file or by code - cpp file? Thanks! ...

Difference between to widgets to track down a resize problem in Qt

Hello everyone, Here are two designer .ui files : resize_not_ok.ui is a QTabWidget. In its first tab (layout being a QVerticalLayout) there is a QPushButton and a QVerticalSpacer resize_ok.ui follows the same structure, but the QTabWidget is inserted in a QWidget. This top-level QWidget has a QVertical layout with only the QTabWidget ...

Designer class file generated by MSLinqToSQLGenerator has a number in the name

I was about to submit this question that I found an answer for that, anyway worth sharing it. I have a dbml file named for example sample.dbml and I expect the file generated to contain designer class to be sample.designer.cs whereas it becomes sample1.designer.cs. There is no file named sample.designer.cs already in the folder so I am...