qtabbar Questions
3
Solved
Since pyqt doesn't have horizontal text in vertical tab option, I followed this link to make it happen.
I wanted to have icons on the left and then text after icon and different color for selected ...
Brownfield asked 18/7, 2018 at 14:3
8
Solved
I have a QTabWidget like this one:
But I want to expand the tabs to "fill" the entire widget width, like this:
I tried to use the setExpanding function:
ui->myTabWidget->tabBar()-...
Countersignature asked 15/2, 2017 at 14:40
3
Solved
I am trying to implement vertical tabs with horizontal text with QT but I cannot find any similar option in QTabWidget.
Somebody in SO asked for something similar here, however, the answers conta...
Harding asked 29/5, 2018 at 7:26
5
Solved
I want to style my tabs in my Qt app as follows:
I used following style sheet:
QTabBar{background-color: #fff; border-top: 0px;}
QTabBar::tab {
border-image: url(:/New_UI/tab_inactive.png) 7 1...
Autrey asked 30/10, 2012 at 10:29
2
Solved
I'd like to insert a space to separate the second tab from the third. Is this possible? I've tried some stylesheets but as this widget is kind of new to me I've had no success so far.
Psychochemical asked 3/2, 2013 at 19:9
4
Solved
I have a QTabWidget called tabWidget. It has three tabs: "Basic", "Advanced", and "Current Structure". The tabs are displayed in the widget in that order.
I want to disable the "Advanced" tab when...
Thorne asked 17/4, 2015 at 19:35
1
Solved
The problem is:
Customer panel is derived from QTabWidget and has some tabs with some widget's
in which operator (person) can edit data. When data is changed in any widget
I check it, and i se...
Mesothorium asked 3/11, 2017 at 11:37
1
Solved
I have derived the class of QTabBar to implement "+" (new tab button) button using QToolButton (similar to google chrome). However, it is working in my Linux machine but doesn't work in my windows ...
Cholinesterase asked 21/7, 2017 at 7:39
3
Solved
I am subclassing QTabWidget to add a QTabBar, who's tabs stretch over the whole width of the tabBar. Therefore I am setting the expanding property to true. This doesn't seem to change anything abou...
Delete asked 27/2, 2011 at 14:51
2
Solved
Is it possible in PYQT4 to change the background color of tabs for a QTabWidget? There is a way to change the color of the text but not the background color of the tab.
I have a program with mult...
Riess asked 15/10, 2012 at 17:43
1
Solved
There doesn't seem to be a way of setting a stylesheet for the bottom line (shown in the image below) of a QTabBar, which I want to be removed.
How can I remove it?
Unconditioned asked 12/7, 2012 at 18:38
1
Solved
QTabBar has a 1px border that separates tabs from their content.
QTabWidget::pane { border:1px solid #C4C4C3; }
I want the border to disappear under selected tab, like it's done in all browsers ...
Dodger asked 6/4, 2012 at 16:55
1
hi i would like to place icon and an text below the icon in each tab of an tabbar in QtabBar widget. by default the text and icon are set next to each other i would like to display one below the ot...
1
Solved
I am using QTabWidget in my project. Is there any good reason I should use QTabBar and not QTabWidget?
What advantages I have if I use QTabWidget?
Tantara asked 29/12, 2009 at 9:2
2
Solved
I need to make the tabs that I have oriented at the bottom of my QTabWidget larger. We'll be using a touch-screen, so the default sizes are a little too small.
I see no easy way to do this (curren...
1
© 2022 - 2024 — McMap. All rights reserved.