Results 1 to 5 of 5

Thread: separate .ui file from the application

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy separate .ui file from the application

    hi ...
    i have a project to do... in which the gui of the application has to be on one pc... and the processing functions and everythin on the server.. basically a client server architecture... however... the gui has to physically reside on the client... can i do this using qt... i need to solve this quick...plz help

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: separate .ui file from the application

    You can but there is no quick way to do it. You have to implement a full-fledged thin client and a server that it will communicate with.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: separate .ui file from the application

    thanks...
    i am using apache tomcat server..
    m just not being able to start... wat do i first need to do... m sorry if the questions are stupid... m only a student.. n m new to this...!
    is it something like
    the main and .ui reside on the client.... how do i access the functions on the server... is it like inter process communication!

  4. #4
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,536
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: separate .ui file from the application

    With Tomcat You must talk with http protocol, ordinary saying like www browser.

  5. #5
    Join Date
    Sep 2009
    Posts
    72
    Thanked 10 Times in 10 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows

    Default Re: separate .ui file from the application

    Hi

    u dn't need apache tomcat server if your server application is build in Qt.

    U will require to write server and client application to do so in Qt. For Remote methond invokation (RMI) in Qt, refer http://code.google.com/p/interprocesssignalpropagator/

  6. The following user says thank you to vishwajeet.dusane for this useful post:

    tinudeshmukh (30th March 2010)

Similar Threads

  1. Replies: 8
    Last Post: 5th November 2012, 08:43
  2. Replies: 4
    Last Post: 16th February 2010, 17:42
  3. Separated ui.h's function into separate file
    By soumyadeep_pan in forum Qt Tools
    Replies: 2
    Last Post: 7th February 2009, 04:41
  4. How Run Application / File in QT ??
    By agoestafin in forum Qt Programming
    Replies: 2
    Last Post: 4th February 2009, 09:33
  5. How to set the application name using pro file
    By live_07 in forum Qt Programming
    Replies: 1
    Last Post: 9th November 2007, 21:20

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.