The qmainwindow tag has no wiki summary.
5
votes
2answers
356 views
How to resize QMainWindow after removing all DockWidgets?
I’m trying to make an application consisting of a QMainWindow, the central widget of which is a QToolBar (it may not be usual, but for my purpose the toolbar’s well suited). Docks are allowed below ...
2
votes
1answer
103 views
PyQT4 - Replacing widgets on main window
I`m new in PyQT4 and I've faced the problem below.
Some application must collect users' data on one screen
and show next screen on button click.
main.py
app = QtGui.QApplication(sys.argv)
#here I ...
2
votes
2answers
631 views
Problem with hidden QMainWindow: application crashes after QMessageBox is displayed
// main.cpp
#include <QApplication>
#include "mainwindow.h"
int main(int argc, char* argv[])
{
QApplication app(argc, argv);
MainWindow* window = new MainWindow();
...
1
vote
2answers
21 views
Put QMenuBar at QMainWindow Bottom in QT
Is there any way to put a QMenuBar at screen bottom (I mean, at QMainWindow bottom)?
I'm working on my thesis project, and my director asked me to put a QMenuBar at screen bottom. Is this possible?, ...
1
vote
1answer
314 views
react on the resizing of a QMainWindow for adjust widget's size
How do I react on the resize of a QMainWindow? I have QTextBrowsers in a QScrollArea and I adjust them to the size of the content on creating them (the only thing that should scroll is the ...
1
vote
2answers
170 views
Add QTextEdit objects to a QMainWindow
I seem to be having an issue. Objective: I want to dynamically add QTextEdit to a QMainWindow, I have a lot of data I wish to split amongst various QTextEdit objects. I've been looking at ...
1
vote
2answers
212 views
Qt/win: showMaximized() overlapping taskbar on a frameless window
I'm building an Qt-Application without the default window border as a frameless window.
The window functions are included by setting window flags in the QMainWindow like:
...
1
vote
1answer
134 views
Qt WindowMaximize not changing geometry (C++)
So I'm making a web browser as my first Qt project (surprise!) and I'm wondering why calling setWindowState(Qt::WindowMaximized) is not changing window geometry. I have this code:
From mainwindow.h:
...
1
vote
1answer
342 views
More efficient central widget in a QMainWindow: QGLWidget VS QGraphicsView
I am using a QMainWindow for my app and want to do some openGL rendering. 2 approaches: 1) set as central widget a QGLWidget and do all the rendering there, OR 2) set as central widget a ...
1
vote
1answer
76 views
Using signal to pop-up a screen
I'm having a little trouble using a signal to make a little screen appear.
Shortening all i have so far, this following code should show my problem.
import sys
from PyQt4 import QtGui, QtCore
qApp = ...
1
vote
3answers
654 views
Qt4: Placing QMainWindow instance inside other QWidget/QMainWindow
I'd like to place QMainWindow instance inside another QWidget (for example centralWidget of another QMainWindow).
I'm wondering why it doesn't work ? QMainWindow inherits directly from QWidget. ...
1
vote
1answer
242 views
Show QMainwindow in the middle of the screen
I want show my project main window in the middle of the screen . when i call "self.show()" then the window show in the middle of the screen .
1
vote
1answer
851 views
How to set QMainWindow title
How do I set the title of a QMainWindow?
I tried googling and found setCaption(), but it appears it no longer works in Qt 4.
1
vote
1answer
95 views
Qt non-main windows
If I want to create a window that is not a main application window (like say I want a Preferences window to pop up when a preferences menu has been clicked in the main window), how would I accomplish ...
0
votes
0answers
20 views
Modality of QMainWindow. Why Qt::WindowModal doesn't work as what I thought?
I met some problem when using Qt window and set window modality to WindowModal, really appreciate if someone can help me solving this problem
I have a window called A, it's parent of 3 windows B1, ...
0
votes
1answer
31 views
How to focus or show menu bar item in Qt
I'm working in my thesis project, I need to know if it's possible to "open" automatically a menu item in my QMainWindow. I mean, if my menu bar is:
File Help
-Open -About...
...
0
votes
1answer
25 views
Wierd DockWidgets effect
Using the QMainWindow I have added 3 DockWidgets and set centralWidget to 0, so now the DockAreas can take up all the space.
Have a look:
This looks the way I want and behaves even more so. But ...
0
votes
2answers
28 views
adding child in QMainWindow
How can i add two child Widget objects in equal portion of QMainWindow.
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{ TreeArea *ta= new TreeArea(this);
TreeArea *ta1= ...
0
votes
1answer
35 views
QtDesigner layout confusion
I've been playing around with QtDesigner for some time now, but I can't find a real solution for my desired layout.
Here's what I'm aiming for, kind of an Eclipse RCP-like layout:
Five ...
0
votes
0answers
39 views
application crashes in mini2440
I am running a Qtopia 2.2.0 application inside mini2440(FriendlyARM Board). So far the application size is 128kb and will grow more. There are all together 45-50 (source+header) files.
Now, the ...
0
votes
1answer
57 views
active resizing of widgets inside mainwindow
I have a few widgets in a main window.
i want the user to be able to resize the widgets inside the window as they please, just like how one would resize the main window. Do I have to make a layout ...
0
votes
1answer
90 views
PyQt4 QMainWindow with different view's as QWidget
I am new to PyQt4 and i try to make a QMainWindow in which I can change the views. I use the QtDesigner plugin for eclipse. I make a QMainWindow with some space for a view. The view is a QWidget made ...
0
votes
1answer
105 views
Qt QMainWindow difference between closing by user and abort via system
Could you tell me how can I determine between QMainWindow close event initiated by user and abonormal termination by SIG_KILL in Linux or TerminateProcess() in Windows?
That's because the difference ...
0
votes
0answers
95 views
Minimize and Close QDock widgets with the QMainWindow
I have floatable tabs added to a QMainWindow but when I close the window the floated tabs are left behind. So far I've gotten around it with
def closeEvent( self , event ): # remove all ...
0
votes
1answer
82 views
QMainDialog become modal if has modal QDialog as parent on Mac OS X
I create QMainWindow with parent widget which is modal QDialog. QMainWindow created as modl window ontop of dialog and doesn't has active close, minimize buttons and has grayed(unaccessable) menu.
I ...
0
votes
0answers
107 views
Strange main window behaviour
After window maximization, if I switch to another application or press any button or control on the window, window restores its size to original state and size. Have somebody met such strangeness? Why ...
0
votes
3answers
349 views
QMainWindow - resizing problem with QGraphicsView
Using Qt 4.6 on Ubuntu 10.4
I have a QGraphicsView central widget in my MainWindow. Every time the program switches to a new level (Sokoban game), I want the MainWindow to adjust to the new size of ...
0
votes
1answer
178 views
How can I remove/hide all toolbars from a QMainWindow?
I have a third party QMainWindow and I need to embed it in my own QMainWindow (i.e. use it as a normal widget). I know it's not a best practise (to say the least) but I have no other way right now.
I ...
0
votes
1answer
294 views
How to call one mainwindow to another mainwindow in Qt (or PyQt)
In my project i have created two mainwindow i want to call mainwindow2 from the mainwindow1 (which in running). in mainwindow1 i am already used the app.exec_() (PyQt) and to show maindow2 i am using ...
0
votes
1answer
448 views
QGraphicsScene, QGraphicsView and QVBoxLayout() problem
Greetings everyone,
Every time I run it seems Qt Creator just stop working, when I commented out the line //mainWindow = new MainWindow(); But if the line is not commented out, MainWindow will keep ...
0
votes
0answers
276 views
Qt/MFC Migration Framework: Plugin DLL using a QMainWindow?
I have a plugin DLL that I am writing using Qt that serves as a plugin to an MFC application. I'm using the Qt/MFC Migration Framework tool and I want my plugin to have a main window. My ...
0
votes
1answer
258 views
how to make a mainwindow as a MDI parent in qt
how to make a mainwindow as a MDI parent in Qt creator
0
votes
1answer
326 views
How keep a QWidget alwyas on top?
I have two buttons on my QMainWindow. One to btnShowKb and another btnHideKb. When i press btnShowKb it shows an QWidget. I want this QWidget always to be on top of all windows till I press btnHideKb. ...
0
votes
1answer
328 views
How can I change the width of a QMainWindow separator without it affecting the QDockWidget
I have a QDockWidget which has been added to a QMainWindow. I set the sizeHint of the DocWidget to be 260px and its the size that I want it to be because nothing else is offering up a size.
However ...
0
votes
1answer
410 views
Qt: best way to add a context menu to the central widget?
I do not understand why in the book Rapid GUI Programming with Python and Qt, a context menu is added to a central widget by calling addActions() on the main window (self), like so (p. 180):
...