Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54355

QFrame and disable maximum attribute

Subject QFrame and disable maximum attribute
From Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date 2013-09-18 10:16 +0430
Newsgroups comp.lang.python
Message-ID <mailman.101.1379483180.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Dear all,

I need to disbale maximum attribute , and want to fix size of my QFrame,
i set : 
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed,
QtGui.QSizePolicy.Fixed)
i attached my ui file , 
you can : pyuic4 -x myfile.ui -i output.py 
then see my attribute.

Question: How can i disable for user to couldn't maximum and minimum
attributes?

Yours,
Mohsen

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

QFrame and disable maximum attribute Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-18 10:16 +0430

csiph-web