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


Groups > comp.lang.python > #54355

QFrame and disable maximum attribute

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <mohsen@pahlevanzadeh.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.098
X-Spam-Evidence '*H*': 0.81; '*S*': 0.00; 'attribute': 0.07; 'attribute.': 0.16; 'fix': 0.17; 'all,': 0.19; 'disable': 0.31; 'question:': 0.31; 'skip:q 20': 0.31; 'file': 0.32; 'yours,': 0.36; 'minimum': 0.38; 'to:addr:python-list': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'maximum': 0.63; 'dear': 0.65
DKIM-Signature v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Mime-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=eJ0LHXT52hTaayR1WWEUJyiEKFE9/qGs5Q8vn6Be3qA=; b=RSRyOw9GK6hb9Gc7IcyKUJQilhK6/Bk0cut7yXBpi81PKfQPyQlKJe7OHnL/Wyc/Gjz2VlrgB5BngHshEHDEwyIuEtL6X4loec7dihAOzxWczupxJjcG1/WI4L5G+wpE+L8E0SzzXRF/kuQUhXrWvs3UZyVJNNZPbzxJOM7ZrcI=;
Subject QFrame and disable maximum attribute
From Mohsen Pahlevanzadeh <mohsen@pahlevanzadeh.org>
To python-list@python.org
Date Wed, 18 Sep 2013 10:16:03 +0430
Content-Type multipart/mixed; boundary="=-NTyPUZNxidASB0z1YKF1"
X-Mailer Evolution 3.4.4-4+b1
Mime-Version 1.0
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - part7.royal-servers.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - pahlevanzadeh.org
X-Get-Message-Sender-Via part7.royal-servers.com: authenticated_id: mohsen@pahlevanzadeh.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.101.1379483180.18130.python-list@python.org> (permalink)
Lines 705
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379483180 news.xs4all.nl 15986 [2001:888:2000:d::a6]:44294
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54355

Show key headers only | 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