Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54355 > unrolled thread
| Started by | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| First post | 2013-09-18 10:16 +0430 |
| Last post | 2013-09-18 10:16 +0430 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
QFrame and disable maximum attribute Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> - 2013-09-18 10:16 +0430
| From | Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org> |
|---|---|
| Date | 2013-09-18 10:16 +0430 |
| Subject | QFrame 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
Back to top | Article view | comp.lang.python
csiph-web