[PyQt] Need help to create graph node and movable slider as shown in the image.

2009-07-27 Thread tabish-->
http://www.nabble.com/file/p24655601/shotgun1.jpg http://www.nabble.com/file/p24655601/houdini.jpg Please help me out how can i proceed in developing these features. the colored slide bar and the node graph. please help i am stuck. -- View this message in context: http://www.nabble.com/Need-h

[PyQt] Need to implement UI like Nuke 3d

2009-08-07 Thread tabish-->
Please check the link: http://www.qtsoftware.com/qt-in-use/story/customer/the-foundry i want to implement user interface like Nuke 3d. Can you guys please help me understand the Widgets and the implementation of the Qdockwidget. Guys if you have any documentation of the Nuke 3d documentation ple

RE: [PyQt] Need to implement UI like Nuke 3d

2009-08-07 Thread tabish-->
C198B0171453 > > > -Original Message- > From: pyqt-boun...@riverbankcomputing.com > [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of tabish--> > Sent: Friday, August 07, 2009 5:48 AM > To: pyqt@riverbankcomputing.com > Subject: [PyQt] Need to implement UI like Nuke 3d > >

[PyQt] Error in Split Dockwidget

2009-08-17 Thread tabish-->
i am splitting the dockwidget but it is not splitting exactly in Half when splitting Horizontally, Following is the complete code. import os,sys from PyQt4 import QtCore,QtGui global createdDockList createdDockList=[] #list of created dockwidget container class QdDockWidget(QtGui.QDockWidget

[PyQt] QMutex::lock: mutex lock failure:

2009-08-20 Thread tabish-->
what is this error QMutex::lock: mutex lock failure: and how to solve it. i made Qtabwidget where tabs can be swapped between different tabwidgets. when i swap tabs from one tabwidget to another after few swaps this error is displayed and my application crashes. why this error? please help. --

[PyQt] how to implement split on a tabwidget.

2009-08-21 Thread tabish-->
hey everybody, i just wanted to how can i implement the split on a tabwidget like the one available for Qdockwidget : void splitDockWidget ( QDockWidget * first, QDockWidget * second, Qt::Orientation orientation ) please, how should i go about implementing it. -- View this message in context:

[PyQt] split a layout in half to add a widget at runtime.

2009-08-26 Thread tabish-->
split a layout in half to add a widget at runtime. it should work similar to split ofr Qdockwiget. please check the image below to get an idea about it, please help me out i am stucked. this is before the split of the window, and please note that all the widget are tabwidget http://www.nabble.com

RE: [PyQt] split a layout in half to add a widget at runtime.

2009-08-27 Thread tabish-->
Message- > From: pyqt-boun...@riverbankcomputing.com > [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of tabish--> > Sent: Wednesday, August 26, 2009 12:03 AM > To: pyqt@riverbankcomputing.com > Subject: [PyQt] split a layout in half to add a widget at runtime. > > >

Re: [PyQt] splitting windows

2009-08-27 Thread tabish-->
hi Mads Kofod Hansen, can you please help me out, coz i need to do some thing similar to what you might have implemented uptil now. can you plz give me the code to split the window. please help me - Mads Kofod Hansen wrote: > > I found a solution for this, QSplitter works fine for me. >

RE: [PyQt] split a layout in half to add a widget at runtime.

2009-08-27 Thread tabish-->
de of the splitter. > > -Original Message- > From: pyqt-boun...@riverbankcomputing.com > [mailto:pyqt-boun...@riverbankcomputing.com] On Behalf Of tabish--> > Sent: Thursday, August 27, 2009 1:38 AM > To: pyqt@riverbankcomputing.com > Subject: RE: [PyQt] split a

[PyQt] make a copy of a widget

2009-08-28 Thread tabish-->
hi, i want to make a copy of the currentwidget and its child widgets of a tabwidget and create a new tabwidget with the copy of that tabwidget. how can i go about, i search the docs and found that we can't make a copy of the Qobject , i am confused. i tried deepcopy but it doesn't work. and i do

RE: [PyQt] split a layout in half to add a widget at runtime.

2009-08-28 Thread tabish-->
I have implemented the split using your idea of replacing that panel with another QSplitter, but there is still one problem, the splitter is not splitting the widget into exact halves, what should i do about this problem. i tried to resize the widget but it is not working. tabish--> wr

Re: [PyQt] split a layout in half to add a widget at runtime.

2009-08-31 Thread tabish-->
replace that panel with >> another QSplitter, move the panel into the new child splitter, and >> add an empty or default panel on the other side of the splitter. >> >> -Original Message- >> From: pyqt-boun...@riverbankcomputing.com >> [mailto:pyqt-boun..

[PyQt] has any one implemented a side bar like the one in Mac

2009-09-01 Thread tabish-->
i wanted to implement the side bar like the one in Mac had anyone implemented it in Pyqt. or does any one has any idea about how should i go about implementing it. -- View this message in context: http://www.nabble.com/has-any-one-implemented-a-side-bar-like-the-one-in-Mac-tp25236085p25236085.ht

Re: re: [PyQt] has any one implemented a side bar like the one in Mac

2009-09-01 Thread tabish-->
nvictor wrote: > > what does it exactly look like? > > -- > paul victor noagbodji > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > > http://www.nabble.com/file/p25240876/MainSideb

[PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-25 Thread tabish-->
how can i implement multiple cornerwidgets on the Qtabwidget. plz check the screen shot for better idea about what i am asking http://www.nabble.com/file/p25608367/houdini.png -- View this message in context: http://www.nabble.com/how-can-i-add-multiple-corner-widget-like-the-one-in-houdini%28

Re: [PyQt] how can i add multiple corner widget like the one in houdini(check the screen shot)

2009-09-26 Thread tabish-->
can you please give me some hint on how should i go about with an example coz i am unable to find it in the eric4 source Detlev Offenbach wrote: > > On Freitag, 25. September 2009, tabish--> wrote: >> how can i implement multiple cornerwidgets on the Qtabwidget. >> plz chec

[PyQt] insert search image in the QlineEdit

2009-11-09 Thread tabish-->
Hi, i wanted to insert a search image in the Qlinedit example: http://old.nabble.com/file/p26263417/search_bar.jpeg -- View this message in context: http://old.nabble.com/insert-search-image-in-the-QlineEdit-tp26263417p26263417.html Sent from the PyQt mailing list archive at Nabble.com. _

Re: [PyQt] insert search image in the QlineEdit

2009-11-09 Thread tabish-->
The link specified here is not working, and even i got that. but the links are not working. can you give a better example, coz i have searched alot for that. David Boddie-4 wrote: > > On Mon Nov 9 09:31:59 GMT 2009, tabish--> wrote: > >> i wanted to insert a search ima

[PyQt] how to use the style hint enum

2010-01-13 Thread tabish-->
hi, i am stuck with the style hint : SH_ItemView_PaintAlternatingRowColorsForEmptyArea i want all the alternate rows to be filled with the default colors. but i am unable to use the style hint enum. guys plz help me out with a small code for this . my code: self.styleThis=QtGui.QStyle().styleH

Re: [PyQt] centrawidget and mainwindow

2010-01-18 Thread tabish-->
can you please describe ur problem in a better way? Mrugesh Chauhan wrote: > > Hello all, > > Have been trying to find solution to one problem. > > There's a main window. And there's a widget. Let's call this widget --> > widget_new. > > I would like to replace centralwidget of the mainwindo

Re: [PyQt] Same widget in multiple locations

2010-01-18 Thread tabish-->
even i had the same problem and found no solution, as there is not concept of copy constructor in python. if u come across some answer for it than plz let me know. Darryl Wallace wrote: > > Quick question and i think I already know the answer, but I'll throw it > out > there. > > Is it possib