Questions tagged [qtabwidget]

The QTabWidget class, part of the Qt framework, provides a stack of tabbed widgets.

The QTabWidget class provides a stack of tabbed widgets. A tab widget provides a tab bar and a "page area" that is used to display pages related to each tab.

Qt documentation for QTabWidget can be found here for Qt 5 and here for Qt 4.8.

365 questions
-1
votes
1 answer

QTabWidget with QGraphicsView

I have a QTabWidget and second page containing a QGraphicsView with scene. The scene canvas is larger than the QGraphicsView's viewport and I'm using QScrollBar to move objects on the scene. On the scene I place a lot of QGraphicsItem objects. I…
End1-1
  • 11
  • 1
  • 4
-1
votes
2 answers

mouse press over event and qtabwidget

need that when a mouse ( with press button ) is on top of tab, it gets activated. How is it possible.
nish
  • 1,008
  • 4
  • 17
  • 34
-1
votes
1 answer

Vertical alignment of tab-headers in PySide.QtGui.QTabWidget

The default arrangement of tab-headers in PySide.QtGui.QTabWidget using the code tabs = QtGui.QTabWidget() tabs.addTab(QtGui.QLabel('some label on Tab1'), 'Tab1') tabs.addTab(QtGui.QLabel('some label on Tab2'), 'Tab2') is horizontal. Is there a way…
fuesika
  • 3,280
  • 6
  • 26
  • 34
-1
votes
1 answer

Work with widgets inside Qtabwidget

I see variant how program can work with QWidget,for example QLabel,QEdit,etc on C++. But i don't understand how can i work with other widgets on tab of tabwidget if i write programs with python & pyside? I see variant with metaobject,read about…
-4
votes
1 answer

The program stops when running the second time

I am making a library managent software using Qt5. I have defined functions to open and save a library and add a book. I recently included tabs in my main window so that like notepad++, we can work simultaneously with different libraries. the first…
Hemil
  • 916
  • 9
  • 27
1 2 3
24
25