Qt Tutorials For Beginners 28 - QTabWidget

preview_player
Показать описание
How do I add new tab to QTabWidget
Removes all the pages and delete them ..
QScrollArea in a QTabWidget page - Qt Centre Forum
Qt Designer QTabWidget: How to add a layout to a tab?
QTabWidget West and horizontal text - Qt Centre Forum
QTabWidget Class, Searches related to QTabWidget, qtabwidget example, qtabwidget stylesheet, qtabwidget pyqt
qtabwidget example python, qtabwidget documentation
qtabwidget background, c++ qtabwidget, qtabwidget click event

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

I’m watching this five years from the date this video was posted. All of it is still relevant and useful. I’m literally building a portfolio using these tutorials as guidance to learn Qt.

chriscruz
Автор

Спасибо большое, на русском ютубе нету нормальных туториалов по qt, ты лучший.
Thank you very mach! Russian youtube has not qt tutorial. You are the the best

mrybsdev
Автор

This video is out of my imagination. Thank you so much

visitor_t-wp
Автор

This tutorial is very helpful, thank you

xun
Автор

How to add an additional 'tab' before runtime: by this i mean "add it in the QT Creator UI builder that we see in this video".


So I found that the 'tabs' as we commonly call them are called 'Pages' in the Qt software.


If you opposite-click in the UI editor where the tabs (Pages) are shown, from the popup menu you can select "Insert Page" and then select Before or After the Current Page.
To remove a Page, click the Page tab in the UI editor then opposite-click and select "Page X of Y" (where X and Y are integer values depending on how many Pages are in your project) and then select "Delete".


It would be better if the video uses terminology that Qt uses because I've found tab widgets can be really confusing until you understand the "Page" concept.

cabji
Автор

Great tutorials. Verry good voice. Thank you.!

nguyenanhdanh
Автор

This is wonderful. Thank you very much.

ruby_gleyzes
Автор

How do you get action on your custom widget? Like using the button or adding text to s label?

newsogn
Автор

Thanks for your videos, it's really a gold mine for me, i am writing a qt application for the first time :)
I have on question regarding TabWidget, what is the best way to refresh a tab widget when you select it ?
Regards.

NebOjsa
Автор

How can we get text string from tab ??
so that we can combie with notepad application

ozonewagle
Автор

Hello !
Can you explain me please what does that 2nd argument in addTab function do and what does .arg() function do. And what is that %0 symbol. Thank you

lukastajkovic
Автор

How can i change the current tab index in another form? Im created tabWidget that have 3 index. I want to change that index when I click the push button from another form.

cafertayyarusta
Автор

Thank you very much for such effort doing video tutorials.
I am learning Qt and currently watching tutorial 7. It is really helpful;)

ToniT
Автор

I was wonder how you can access the tab to tab mouse click via the abbreviated properties editor(ie...spreadsheet looking gui interface). I remember from other application you can turn on and off the double click. Another important thing is turning on or off inheritance or parent, child...function which is the basis of Objected Oriented Programming. Do you have a link of a product comparison matrix between the free app to the license app?

rgloria
Автор

How do you close tab in qttab using a Python code.

arijitdas
Автор

How can i move the Tab button location to the left side of the Tab form

smaranil
Автор

How do i close the previous tab, the moment i add new one ??

rahulkyadav
Автор

I don't understand why u make: the minus one ?
because count() gives us the actual tab number, but why do we have make -1 ?

ceykara