[PyQt] owner-definition slot for menu

2013-09-02 Thread Mohsen Pahlevanzadeh
Dear all, i questioned about owner-defionition slot for menu at : http://stackoverflow.com/questions/18580894/owner-defenition-slot-for-menu-pyqt4 Before answering, Thank you... Yours, Mohsen ___ PyQt mailing listPyQt@riverbankcomputing.com

[PyQt] an extar space in QtableWidget when i drag

2013-09-02 Thread Mohsen Pahlevanzadeh
Dear all, My originial question is at: http://stackoverflow.com/questions/18581602/an-extra-space-in-qtablewidget-generated-witout-any-season Before answering, Thank you for attention...! Yours, Mohsen ___ PyQt mailing list

[PyQt] a widget for multiselect

2013-09-03 Thread Mohsen Pahlevanzadeh
Dear all, I use qt-designer, i need to a widget that user can select many option with mouse. when user click on new select, previous select stay. Which widget is better? Yours, Mohsen ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] is there some good PyQt source code for learning?

2013-09-07 Thread Mohsen Pahlevanzadeh
You can use Qt-desiger and generate *ui files. Then use 'pyuic4 -x youruifile.ui -o execfile.py' Then start to reading py file. This point is good idea. --mohsen On Sat, 2013-09-07 at 11:41 +0800, Genban Tade wrote: Hi, I can write some small and urgly GUI using PyQt, but I want to write some

[PyQt] Qt connect and first connect or unicode

2013-09-16 Thread Mohsen Pahlevanzadeh
Dear all, Unfortunately, i confused and need help... the following code is: ### ##CheckBox: QtCore.QObject.connect(self.checkBox, QtCore.SIGNAL(_fromUtf8(toggled(bool))), lambda:

Re: [PyQt] Qt connect and first connect or unicode

2013-09-17 Thread Mohsen Pahlevanzadeh
On Tue, 2013-09-17 at 09:07 +0430, Mohsen Pahlevanzadeh wrote: Dear all, Unfortunately, i confused and need help... the following code is: ### ##CheckBox: QtCore.QObject.connect(self.checkBox, QtCore.SIGNAL(_fromUtf8(toggled(bool

[PyQt] QFrame and disable maximum attribute

2013-09-17 Thread Mohsen Pahlevanzadeh
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

[PyQt] PyQt workshop and your opinion

2013-10-10 Thread Mohsen Pahlevanzadeh
Dear all, I should pesent PyQt as workshop at next month, if you have any idea, mail me Yours, Mohsen ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] qt-designer and dot-matrix page for adjustment

2013-10-10 Thread Mohsen Pahlevanzadeh
Dear all, When you create an MainWindow project in Qt-Designer, you can see a set of dot in page that it your able to adjust your widget, how can i enable this feature in another window such as QFrame? --mohsen attachment: dotmatrix.png___ PyQt mailing