Trolltech Home | Qt-embedded-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-embedded-interest Archive, October 2006
Use Qtopia


Message 1 in thread

hi everybody,

I have an application based on Qt-3.1 designer. Is it possible to use .pro
file created by qt-3.1 designer on Qtopia directly. If possible, how i can
proceed. As Qt/X11 requires X11 libs and Qtopia uses framebuffer, but when
i runs qtopia application on konsole, it says can't connect to X server.
Plz give me the write direction......

Thanks in advance.

Regrads,
Niranjan

To unsubscribe - send "unsubscribe" in the subject to qt-embedded-interest-request@xxxxxxxxxxxxx


Message 2 in thread

On Thursday 19 October 2006 16:58, niranjank@xxxxxxxxxxxx wrote:
> hi everybody,
>
> I have an application based on Qt-3.1 designer. Is it possible to use .pro
> file created by qt-3.1 designer on Qtopia directly. If possible, how i can
> proceed. As Qt/X11 requires X11 libs and Qtopia uses framebuffer, but when
> i runs qtopia application on konsole, it says can't connect to X server.
> Plz give me the write direction......
>
> Thanks in advance.

Every version of Designer creates .ui files specific to that version. There is 
a tool that can help 'porting' them, but uses Qt3Support to do it. You would 
need to fix that up.

I have been finding it easier to just start from scratch in Qtopia 4 and 
create new ui's.



-- 
 [ signature omitted ] 

Message 3 in thread

You need to set your QTDIR to where you installed qtopia.
Qmake should take care of finding the correct paths for you.

Please don't reply directly to me. Send it to the list instead. Then
others (and yourself) benefit in the future from the shared knowledge on
the mailing list.

Cheers
Ben

> -----Original Message-----
> From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx] 
> Sent: Thursday, October 19, 2006 10:36 AM
> To: Benjamin Ari Schleimer
> Subject: RE: Use Qtopia
> 
> Thanks for your response.
> 
> I want to use whole project application.pro on qtopia. but i 
> don't know how to use it on qtopia. what are the steps to run 
> existing qt-3.1 project on qtopia. I installed qtopia and 
> qt-embedded on /opt/Qtopia and
> /opt/qt-2.3.8
> respec.
> 
> Regards,
> Niranjan
> > Hi Niranjan,
> >    Yes, you can definitely use ui files created in designer 
> as forms 
> > for a embedded application.
> >
> > It sounds like you have a linking problem.
> > It would help to see your build messages and .pro file.
> >
> > Cheers,
> > Ben
> >
> >
> >> -----Original Message-----
> >> From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx]
> >> Sent: Thursday, October 19, 2006 8:58 AM
> >> To: qt-embedded-interest@xxxxxxxxxxxxx
> >> Subject: Use Qtopia
> >>
> >> hi everybody,
> >>
> >> I have an application based on Qt-3.1 designer. Is it 
> possible to use 
> >> .pro file created by qt-3.1 designer on Qtopia directly. 
> If possible, 
> >> how i can proceed. As Qt/X11 requires X11 libs and Qtopia uses 
> >> framebuffer, but when i runs qtopia application on 
> konsole, it says 
> >> can't connect to X server.
> >> Plz give me the write direction......
> >>
> >> Thanks in advance.
> >>
> >> Regrads,
> >> Niranjan
> >>
> >> To unsubscribe - send "unsubscribe" in the subject to 
> >> qt-embedded-interest-request@xxxxxxxxxxxxx
> >>
> >>
> >
> 
> 

To unsubscribe - send "unsubscribe" in the subject to qt-embedded-interest-request@xxxxxxxxxxxxx


Message 4 in thread

hello friends,

Qtopia application need to be run as a "server" with  {-qws}  arguments.
Always there should be an application running as a server.

On 10/19/06, Benjamin Ari Schleimer <BSchleimer@xxxxxxxxxxxx> wrote:
>
> You need to set your QTDIR to where you installed qtopia.
> Qmake should take care of finding the correct paths for you.
>
> Please don't reply directly to me. Send it to the list instead. Then
> others (and yourself) benefit in the future from the shared knowledge on
> the mailing list.
>
> Cheers
> Ben
>
> > -----Original Message-----
> > From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx]
> > Sent: Thursday, October 19, 2006 10:36 AM
> > To: Benjamin Ari Schleimer
> > Subject: RE: Use Qtopia
> >
> > Thanks for your response.
> >
> > I want to use whole project application.pro on qtopia. but i
> > don't know how to use it on qtopia. what are the steps to run
> > existing qt-3.1 project on qtopia. I installed qtopia and
> > qt-embedded on /opt/Qtopia and
> > /opt/qt-2.3.8
> > respec.
> >
> > Regards,
> > Niranjan
> > > Hi Niranjan,
> > >    Yes, you can definitely use ui files created in designer
> > as forms
> > > for a embedded application.
> > >
> > > It sounds like you have a linking problem.
> > > It would help to see your build messages and .pro file.
> > >
> > > Cheers,
> > > Ben
> > >
> > >
> > >> -----Original Message-----
> > >> From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx]
> > >> Sent: Thursday, October 19, 2006 8:58 AM
> > >> To: qt-embedded-interest@xxxxxxxxxxxxx
> > >> Subject: Use Qtopia
> > >>
> > >> hi everybody,
> > >>
> > >> I have an application based on Qt-3.1 designer. Is it
> > possible to use
> > >> .pro file created by qt-3.1 designer on Qtopia directly.
> > If possible,
> > >> how i can proceed. As Qt/X11 requires X11 libs and Qtopia uses
> > >> framebuffer, but when i runs qtopia application on
> > konsole, it says
> > >> can't connect to X server.
> > >> Plz give me the write direction......
> > >>
> > >> Thanks in advance.
> > >>
> > >> Regrads,
> > >> Niranjan
> > >>
> > >> To unsubscribe - send "unsubscribe" in the subject to
> > >> qt-embedded-interest-request@xxxxxxxxxxxxx
> > >>
> > >>
> > >
> >
> >
>
> To unsubscribe - send "unsubscribe" in the subject to
> qt-embedded-interest-request@xxxxxxxxxxxxx
>
>

Message 5 in thread

hello friends,

>
> Qtopia application need to be run as a "server" with  {-qws}  arguments.
> There should always  be an application running as a server.
> regards,
> Manish khurpade
>

On 10/19/06, Benjamin Ari Schleimer <BSchleimer@xxxxxxxxxxxx> wrote:
> >
> > You need to set your QTDIR to where you installed qtopia.
> > Qmake should take care of finding the correct paths for you.
> >
> > Please don't reply directly to me. Send it to the list instead. Then
> > others (and yourself) benefit in the future from the shared knowledge on
> >
> > the mailing list.
> >
> > Cheers
> > Ben
> >
> > > -----Original Message-----
> > > From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx ]
> > > Sent: Thursday, October 19, 2006 10:36 AM
> > > To: Benjamin Ari Schleimer
> > > Subject: RE: Use Qtopia
> > >
> > > Thanks for your response.
> > >
> > > I want to use whole project application.pro on qtopia. but i
> > > don't know how to use it on qtopia. what are the steps to run
> > > existing qt-3.1 project on qtopia. I installed qtopia and
> > > qt-embedded on /opt/Qtopia and
> > > /opt/qt- 2.3.8
> > > respec.
> > >
> > > Regards,
> > > Niranjan
> > > > Hi Niranjan,
> > > >    Yes, you can definitely use ui files created in designer
> > > as forms
> > > > for a embedded application.
> > > >
> > > > It sounds like you have a linking problem.
> > > > It would help to see your build messages and .pro file.
> > > >
> > > > Cheers,
> > > > Ben
> > > >
> > > >
> > > >> -----Original Message-----
> > > >> From: niranjank@xxxxxxxxxxxx [mailto:niranjank@xxxxxxxxxxxx]
> > > >> Sent: Thursday, October 19, 2006 8:58 AM
> > > >> To: qt-embedded-interest@xxxxxxxxxxxxx
> > > >> Subject: Use Qtopia
> > > >>
> > > >> hi everybody,
> > > >>
> > > >> I have an application based on Qt-3.1 designer. Is it
> > > possible to use
> > > >> .pro file created by qt-3.1 designer on Qtopia directly.
> > > If possible,
> > > >> how i can proceed. As Qt/X11 requires X11 libs and Qtopia uses
> > > >> framebuffer, but when i runs qtopia application on
> > > konsole, it says
> > > >> can't connect to X server.
> > > >> Plz give me the write direction......
> > > >>
> > > >> Thanks in advance.
> > > >>
> > > >> Regrads,
> > > >> Niranjan
> > > >>
> > > >> To unsubscribe - send "unsubscribe" in the subject to
> > > >> qt-embedded-interest-request@xxxxxxxxxxxxx
> > > >>
> > > >>
> > > >
> > >
> > >
> >
> > To unsubscribe - send "unsubscribe" in the subject to
> > qt-embedded-interest-request@xxxxxxxxxxxxx
> >
> >
>