Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread John Patrick
FYI you might be able to get around this by calling setProperty instead of calling the method directly. I ran into the same issue a while back - out qt version was at 4.7 but the pyqt bindings didn't include that method. Sent from my iPhone On Aug 23, 2013, at 1:51 AM, Arjun Thekkummadathil <3

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Arjun Thekkummadathil
cool thanks a lot... i will get the new correct version :) On Fri, Aug 23, 2013 at 2:11 PM, Justin Israel wrote: > Well then you must be using Qt 4.7. QLineEdit has had the placeholderText > since Qt 4.7: > > http://harmattan-dev.nokia.com/docs/platform-api-reference/xml/daily-docs/libqt4/qlinee

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Justin Israel
Well then you must be using Qt 4.7. QLineEdit has had the placeholderText since Qt 4.7: http://harmattan-dev.nokia.com/docs/platform-api-reference/xml/daily-docs/libqt4/qlineedit.html#placeholderText-prop Unless somehow you are using an older Qt4.5, such as upgrading Maya 2011 -> 2012 and not ch

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Arjun Thekkummadathil
Well am on Maya 2012 and PyQt 4.10.3 On Fri, Aug 23, 2013 at 2:00 PM, Kurian O.S wrote: > Its pyqt version issue. Just google it you will get the answer. > > On Friday, August 23, 2013, Justin Israel wrote: > >> Sorry. Was late on the updates. Maya 2012. >> On Aug 23, 2013 8:27 PM, "Justin Isra

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Kurian O.S
Its pyqt version issue. Just google it you will get the answer. On Friday, August 23, 2013, Justin Israel wrote: > Sorry. Was late on the updates. Maya 2012. > On Aug 23, 2013 8:27 PM, "Justin Israel" > > > wrote: > >> What version of maya/pyqt4? >> On Aug 23, 2013 8:01 PM, "Arjun Thekkummadath

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Justin Israel
Sorry. Was late on the updates. Maya 2012. On Aug 23, 2013 8:27 PM, "Justin Israel" wrote: > What version of maya/pyqt4? > On Aug 23, 2013 8:01 PM, "Arjun Thekkummadathil" <3dar...@gmail.com> > wrote: > >> Hi >>am trying to make a UI for a small tool i developed and i use PyQt and >> i use a

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Justin Israel
What version of maya/pyqt4? On Aug 23, 2013 8:01 PM, "Arjun Thekkummadathil" <3dar...@gmail.com> wrote: > Hi >am trying to make a UI for a small tool i developed and i use PyQt and > i use a Input Widget called QLineEdit and use a feature for that called > placeHoldetText to put up a temp tex

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Arjun Thekkummadathil
got it... looks like the older version of PyQt with maya 2012 On Fri, Aug 23, 2013 at 1:52 PM, Arjun Thekkummadathil <3dar...@gmail.com>wrote: > that link doesn't work for me > > > On Fri, Aug 23, 2013 at 1:49 PM, Kurian O.S wrote: > >> lwww.lmgtfy.com/?q=setplaceholdertext+qlineedit#seen >> >>

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Arjun Thekkummadathil
that link doesn't work for me On Fri, Aug 23, 2013 at 1:49 PM, Kurian O.S wrote: > lwww.lmgtfy.com/?q=setplaceholdertext+qlineedit#seen > > > On Friday, August 23, 2013, Arjun Thekkummadathil <3dar...@gmail.com> > wrote: > >> Hi >>am trying to make a UI for a small tool i developed and i us

Re: [Maya-Python] setPlaceholderText for QLineEdit in maya

2013-08-23 Thread Kurian O.S
lwww.lmgtfy.com/?q=setplaceholdertext+qlineedit#seen On Friday, August 23, 2013, Arjun Thekkummadathil <3dar...@gmail.com> wrote: > Hi >am trying to make a UI for a small tool i developed and i use PyQt and > i use a Input Widget called QLineEdit and use a feature for that called > placeHolde