Font Widget - PyQt with Python GUI Programming tutorial 11

preview_player
Показать описание
In this PyQT4 GUI application development tutorial, we cover the font widget, which can be used for changing fonts and sizes.

Рекомендации по теме
Комментарии
Автор

Great series so far, hopefully this one will be one of the longer playlists! Keep it up

alexcons
Автор

for anyone doing this with PySide2, the indexing has changed with respect to what the ".getFont()" method returns. Switching "font, valid" with "valid, font" is the fix

jamesdavidson
Автор

When you are writing a big application you can't write all functionality in one file. Hence can you share one example where init is initially written in different file and all functions kept in different files. I am not sure if what I am talking about is right practice. I am learning Python. Please reply

findsarfaraz
Автор

Hello i want to create loading window, in which i have one image and i want to rotate small circle aroud it. just link middle place image and around it small circle rotating just looking like loading something. how can i design it.

chaitanyaghate
Автор

I have one very basic question, when you use:
font, valid =

font and valid with common in between, can be assigned as variable values
I mean are they special case and because QtGui.QFontDialog.getFont() needs two assigned values??

In general, you can not use such format to assign two values, right?
I mean you cannot assign like this:

A, B = "something" ; this is wrong.

chenshihhung
Автор

Hey, how could I make the QLabel size automatically match with the text size ?

PedroSilva-dwkq
Автор

Font picker should have a 'lazy brown fox' sentence example for each font...

baskoning
Автор

How can we change the title and also icon of Font Dialog Window?

finalfantasy
Автор

I request some help with the TableList Widget, please :D

Neceros
Автор

Thank you for your great tutorial. You are one of my best youtubers :)
I have a serious problem while taking this tutorial.
All words on home are cut off. Such as Windows Vista or Enlarge WIndow (Enlarge Win appears on the screen)
I have no idea why this happens. Please help me :(
I'm using Windows 10, Python 3.4 and PyQt4

jeewookim
Автор

volume on your videos is quite low.. can you crank it up a bit?

Halzholic
Автор

Hello, can anyone tell me in which video did the tutor talk about sizeHint()

Sounak