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


Groups > comp.lang.python > #54355 > unrolled thread

QFrame and disable maximum attribute

Started byMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
First post2013-09-18 10:16 +0430
Last post2013-09-18 10:16 +0430
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#54355 — QFrame and disable maximum attribute

FromMohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
Date2013-09-18 10:16 +0430
SubjectQFrame and disable maximum attribute
Message-ID<mailman.101.1379483180.18130.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web