Qt Designer is Qt's tool for designing and building graphical user interfaces (GUIs) from Qt components.

learn more… | top users | synonyms (1)

1
vote
1answer
7 views

Setting layout margins in pyqt

In Qt Designer I can set the margin of a VBox or HBox using the properties layout*Margin. How can I do that in pyqt?
1
vote
2answers
30 views

my QT designer plugin does not find externals

I built a QT Designer custom plugin which works just fine..until i add a header which is not in the same library... if i add this to the MTBFWidget.cpp/.h : #include "KinectHandler.h" the plugin ...
0
votes
1answer
28 views

QT UIC does not automatically append the headers for custom widgets

i made a custom widget "DuwagWidget" and custom widget plugin "DuwagWidgetPlugin" which can be dragged&dropped inside qt designer to create my duwag.ui file. However, when i try to compile my ...
1
vote
1answer
29 views

Fixing sizes of widgets in QT designer layouts

I have a QT form that has literally hundreds of widgets and to make them all fit on the screen at once (as required) I need to make them pretty small. The Form will have fixed (non resizable) size ...
1
vote
0answers
30 views

how do i create a custom (widget) plugin for qt designer with cmake ( and visual studio )

The amount of tutorials, how to create a qt designer plugin is very thin..and the ones i found always use qt creator ( like this one : http://qt-project.org/doc/qt-4.8/designer-customwidgetplugin.html ...
1
vote
1answer
65 views

Qt Designer generate C++ code

Is it possible to see C++ code with Qt Designer ? I can draw my interface and have it saved as a .ui file. Also, I can generate python code from .ui file using a .bat file. But I cannot view C++/Qt ...
0
votes
1answer
45 views

Qt Designer code generation issue

I am using Qt Designer. When I lauch the code generation (View code), I have the following issue: Code Generation Failed Unable to launch C:/Python27/Lib/site-packages/PyQt4\uic. I tried to use ...
0
votes
1answer
97 views

Qt Designer - Generate only one .ui file with several widgets

I started using Qt Designer a few weeks ago to generate some custom widgets for my PySide application. There is something I wish I could do, but I cannot manage to find how: I would like to save all ...
2
votes
1answer
45 views

PyQT Open another window from a button

I am trying to open another window: import FrmGuardar forma = FrmGuardar QtCore.QObject.connect(self.actionPrimer_Formulario, QtCore.SIGNAL(_fromUtf8("triggered()")), OpenWindow) The function I am ...
0
votes
0answers
48 views

qt - Drag & Drop : Frame disappears

i'm about to create a drag and drop between two QGroubBox. each contains DragDropFrames, they are a subclass from QFrame, now i have the problem when i want to release the DragDropFrame from the ...
0
votes
1answer
65 views

QFrame : create mousePressEvent

actually i'm trying to get a mousePressEvent for a QFrame in QT 5 (VS2010 with Qt-Addin). Saw so many suggestons here and on other forums, but newer got it to work, or i didnt understood the princip. ...
1
vote
1answer
33 views

Running continuous communications using QT and python

I used to use TKinter for my GUIS and am now trying to move to QT Designer. I am also new to event based programming. What I am trying to do is listen to communication on my serial port continuously ...
0
votes
0answers
8 views

limit the drag place in qt designer

I am using qt-designer to make my gui. one problem during my process when I using wdiget QListWidget, I wanna add some feature like drop and drag the pictures, so I check the dropdrag, and set ...
0
votes
0answers
32 views

Focus on widgets in tabs of tabWidget

With Qt Designer I've made GUI with tabWidget that has two tabs. In first tab I have group with few buttons and I need focus set on button1. When second tab is clicked I need focus on textedit in it. ...
1
vote
0answers
44 views

Does Qt Designer offer similar functionality for Python as GUIDE does for MATLAB?

I am currently using GUIDE to build a GUI in MATLAB. When I have finished this project, I would like to rebuild it in Python as I would like to learn more about Python and use it instead of MATLAB to ...
1
vote
1answer
95 views

Custom Qt Widgets with python for Qt Designer

I am trying to write a custom widget for the Qt Designer using only Python. I was following a couple of tutorials I found online but none of them were working or anything close to what I would call be ...
1
vote
1answer
97 views

Python QT: Accessing GUI elements from outside the GUI class

I'm hoping someone can help me with a QT / designer question. I'm trying to modify GUI elements from outside the class calling the GUI file. I've set up example code showing the structure of my ...
0
votes
1answer
93 views

Qt Application: VERIFIER STOP 00000013: First chance access violation for current stack trace

Since one week my Qt Application does not work. I was not familiar with this heap corruption, access violation etc. stuff. Now I know it "hurts" terribly,-) Meanwhile I installed the application ...
-3
votes
1answer
46 views

How to Open my index.html file with Qt Gui [closed]

I'm a beginner in Qt creator but i had study C++ so well . ![Erro][1]: http://i.stack.imgur.com/iyuK7.png i already have been create a project with qt gui to have browse a html fille in my hard ...
0
votes
0answers
53 views

Qtdesinger, ruby and some action for buttons/widgets in generated code

I am developing an application using ruby and qt as front end. I used qtdesigner to draw gui and converted the code using rbuic4. But i am unable get any action for buttons placed on main programm. I ...
0
votes
0answers
23 views

Qt/PyQt designer set of additional widgets

in Qt Designer we have by default Command Link Button. It's nice looking vista style button. Do you know that exists an other set of win vista/7 buttons/controls?
0
votes
1answer
57 views

“failed to create process.” error when converting QtDesigner file to .py using pyside-uic

I type this into powershell: pyside-uic.exe login.ui -o login.py Then i get the error message: failed to create process. How do i fix this? Thanks.
0
votes
2answers
142 views

QT creator and Designer difference - Starting QT

I am trying to learn the QT framework so that I could develop GUI based C++ applications using QT. I am currently using Windows 7 64bit . So far I have just downloaded the QT library from here. All ...
0
votes
1answer
50 views

Qt Designer & Qt Assistant seg fault on startup

I apologize if this is in the wrong section - move as necessary... A bit of background: I have a Qt 4.8.4 application that I've built that runs beautifully...for me. I'm connected to a Linux Redhat ...
0
votes
1answer
56 views

QTextEdit And QPushButton in one QAbstractModelItem

I use a QTreeView to visualize my objects properties. Its something like the Property Editor in the Qt Designer. I have every kind of values, bool, text, color values, enum, float, int, filenames ...
0
votes
0answers
72 views

Hover style in Qt Designer

When i put a widget on a form in Qt Designer and change its style, i can omit {} parenthesis. Is there a way to change a style for hover state without {}? QWidget { background-color: rgba(32, ...
0
votes
2answers
154 views

QstackedWidget adding space for arrows when arranged vertically

I have a ui file, like this: <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> ...
-1
votes
2answers
85 views

Dynamic Dialogs vs adding ui through uic

I want to know which way is efficient if I am having number of UI forms. I don have any idea about memory utilization in both of case I just tried both ways in a simple example. As I have a ...
0
votes
1answer
47 views

Qt Calling Another Ui

I have created 2 *.ui using Qt Designer in my project, where one is the main screen and another one is a dialog widget. The dialog widget is called by one of the functions in main screen. How can I ...
0
votes
1answer
154 views

Python, PyQt4, Qt Designer: Select and process text entered in a PyQt4 text editor field

I am experimenting with a small editor created in Python with a PyQt4 GUI. So far, the program can open a text file, display the text, save changes to it or perform an action on it entirely (like ...
0
votes
1answer
50 views

How do I cast a pointer to a Qt4 form

I have Qt4 from(WorkersList) required by other forms to pass back some values, those forms will call WorkersList, and then WorkersList will pass back values depend on the form that make the call. In ...
0
votes
1answer
135 views

Qt mdi application with custiom UI from QtDesigner

Assume I have two UI files from Qt Designer:mainform.ui stores mdiArea and figureslist.ui stores listView. Now I'd like to create a mdi application, that can open numbers of figureList windows. ...
0
votes
0answers
50 views

Layout of QGroupBox

I have made gui (in Qt Designer) with groupbox within other groupbox, and there are few buttons, progress bar and label in it. label is over progress bar and it is selected in picture A. When I set ...
0
votes
1answer
165 views

Show text in a LineEdit C++ Qt Designer

I have two windows in Qt Designer, and I want to open a file .txt with text. This code belongs to the second window (pacientes.ui) and I want to show in the first window (ventana.ui) three line of ...
1
vote
2answers
202 views

Toolbar layout with Qt Designer

I use the Qt Designer to design .ui files and compile them in my VS-Project. We have a Toolbar class, derived from QToolbar. Class initialization looks like this. MyToolBar::ToolBar(QWidget* ...
0
votes
1answer
84 views

netbeans not found Qt Designer

When i want to open a .ui file in netbeans, its alert that: Failed to start Qt Designer. Make sure it is installed and added to PATH I use win vista and opensource Qt 4.8.4 and Qt creator 2.6.1 in ...
2
votes
2answers
121 views

Why are the objects generated by Qt designer always allocated in heap?

I use Qt designer to design the UI. When implementing the design into the code, I use the multiple inheritance approach. There's no real reason why I use this method, I just found it to be easier. ...
1
vote
4answers
141 views

Issue when loading an ico from a Qt resource file

I am using Qt Designer 4.8.4 and I include two files in the QMainWindow resource file: a .ico file and a .gif file. When loading from code using: QPixmap p; p.load(":/MyApp/media/logo.gif"); // does ...
0
votes
1answer
129 views

Vertical Spacer doesn't stretch past sizeHint in Form layout

I am trying to design a form in which some elements stay at the bottom of the Form Layout when the window size is increased, and others stay at the top. Using a Vertical Spacer between the top and ...
0
votes
1answer
508 views

Qt standard dialogs example: Open file

I'm beginning to learn Qt for use in one of my projects, and what I need to do is create a GUI that allows the user to open a file. I was looking through the examples and I found one of them that has ...
0
votes
1answer
90 views

Designing in QtCreator

I am developing an application having a main form(ui) which has many groups, tabs, buttons, labels, etc. While editing/designing a widget I have to reduce the size of all other widgets(groups, tabs, ...
1
vote
1answer
198 views

Qt Main Window not loading its icon

I am using Qt 4.8.4 and I have created a QMainWindow using Qt Designer, so my .ui file generates the corresponding ui_....h file. I have the corresponding .qrc with the correct icon inside, and I can ...
0
votes
1answer
171 views

how to link a textbox made in QT designer with a coded function using signal slots

I have made the ui using QT designer. Which has a textbox in main window in which user enters his name. i want to call function 'input' when the data entered by user is over. but i cant find a way to ...
1
vote
1answer
319 views

How to save a form from Qt Designer as a standalone app?

I have created a mock-up of a form in Qt Designer, and now I would like to save the form as a (exe?) file so that it can be run on the computer. Would I use 'Python to Exe' (if so, how)? I don't know ...
1
vote
1answer
147 views

pyside connection Error “RuntimeError: Failed to connect signal clicked()”

from PySide.QtCore import * from PySide.QtGui import * import sys import stackwid class Dialog(QDialog,stackwid.Ui_Dialog): def __init__(self,parent = None): ...
3
votes
2answers
626 views

Using a Qt GUI created by Qt Designer in Eclipse

i'm completely new to Qt but i managed to get some simple windows and frames to work. I'm running Eclipse on a 64 bit Kubuntu system. After editing my code in Eclipse, im running qmake and make from ...
1
vote
2answers
336 views

installing a qt widget for qt designer

I downloaded a very useful widget for my applications. A LED indicator from http://qt-apps.org/content/show.php/QLedIndicator?content=118610 But there is no README file or any instruction files. I ...
2
votes
1answer
72 views

How to make the actual table adjust its size to the QTableWidget container?

I do not even know how to ask this question. I have the following table: You can see how the QTableWidget is selected, but the actual table is smaller. How can I make the table to be the same size ...
0
votes
1answer
322 views

PyQT4 Combobox changes the list of another combobox [closed]

I just started using pyqt4 and am stuck on how to change a combobox list from another combobox. Is there a example of sometype that shows how to work this method. Do I use a if, else statement to ...
-2
votes
2answers
282 views

How to compare two QString arrays Qt C++

i want to compare two QString Array with Qt and C++, i tried this, but it dosent work, (in fact my application crash...) : if(ArrayOne[nb] != ArrayTwo[nb]){ } And then i need to assign a value at ...

1 2 3 4 5 6