qtabwidget
Quick question about using the QTabWidget 'addTab' function
Hopefully a very quick question. In one of my functions I want to generate an \'x\' number of tabs for a QTabWidget during run-time (\'x\' provided by user). I know I have to use the addTab function f[详细]
2023-03-20 05:07 分类:问答QTabWidget refusing to auto-resize
I\'m a开发者_StackOverflow中文版ttempting to have the following layout in qtcreator: QWidget QSplitter[详细]
2023-03-09 22:44 分类:问答Get all tabs widgets in QTabWidget
Is it possible to get all tabs widgets that where added by addTab(QWidget() in QTabWidget in a list. We can use self.findChildren(QWidget), but it also returns all other widgets inside itself, and th[详细]
2023-03-08 21:12 分类:问答QTabWidget with CheckBox in title
I was wondering how to create (using PyQt4) a derived QTabWidget with a开发者_Go百科 check box next to each tab title? Like this:[详细]
2023-03-01 20:20 分类:问答QTabWidget set title font of only one tab
I\'ve created a chat program with an Interface using QTabWidget. If there\'s an u开发者_如何学Pythonpdate in a tab i want to set the tabs title font to a bold font. With QTabWidget::font i can only se[详细]
2023-02-16 04:39 分类:问答Toolbars inside tabs
Is it possible to add a tool bar inside QWidget that is placed inside a tab (in QTabWidget) ? The idea is to put a separate tool bar for each tab.[详细]
2023-02-15 05:20 分类:问答matplotlib 3D plot with PyQt4 in Qtabwidget (mplwidget)
I am working on my first Python app using PythonXY (2.6 and Qt4). I have a window with some buttons and a QtabWidg开发者_开发问答et.[详细]
2023-02-02 15:01 分类:问答how to connect a QRadioButton to a QTabWidget?
i am creating a software using C++ and QT,and i have two widget one of type QRadioButon and one QTabWidget. My need is that i want to send signal from a radio button and i want that whenever the butto[详细]
2023-01-14 18:59 分类:问答How to change text alignment in QTabWidget?
I cannot find a way to set the text alignment in a QTabWidget. After I\'ve created an instance of this widget, I\'ve set its tabPosition property to West, but I wish it showed text/label horizontall[详细]
2023-01-14 00:46 分类:问答How to make QTabWidget without pages
I with to use the tabs of QTabWidget 开发者_开发百科but I don\'t need the pages as containers.[详细]
2023-01-12 10:59 分类:问答