Results 1 to 6 of 6

Thread: Questionairrre Application

  1. #1
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Questionairrre Application

    Hi All

    I am looking for some advice and ideas of how best to develop a questionnaire application... The catch is that it needs to be fully configurable.
    i.e. the administrator needs to be able to change the content of the questions, the number of questions and type of questions without recompiling the qt application.

    The questionnaire would consist of 5/6 template questions types (e.g. labels, lineEdits, multiple choice, checkboxs etc). The Administrator could edit a config file to choose how many questions, what the questions are and the multiple choice answers etc.. All answer would be saved into a file and stored.

    I am relatively new to Qt and GUI programming in general. Anyone have any ideas how best to implement this application?

    Any help is appreciated

  2. #2
    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: Questionairrre Application

    Hi

    Before going into discussion how to? first could you explain a bit why Qt ? cause for this i would prefer any web technology like java, php, DJango - python ?

  3. #3
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Questionairrre Application

    Hi

    I intend using this application on an embedded ARM9 platform. Therefore I am limited to the number of technologys I can use + the footprint needs to be kept small.

    Regards
    Mickey

  4. #4
    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: Questionairrre Application

    fair enough

    what is the available size of target device ? the reason i am asking this cause if you can use QWebkit.dll then using XSLT you can generate random questionair. so that can be dynamic.
    also user settings/admin settings you can store in xml/config file. and load change settings accordingly

  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: Questionairrre Application

    Forgot to mention XSLT will generate html pages wich has questionair and will be displayed as web pages on screen

  6. #6
    Join Date
    Jan 2010
    Posts
    6
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Questionairrre Application

    I have 256MB of flash at the moment, but this is for development pursposes. Ideally if I can keep size as low as possible I can go for smaller flash and keep cost low.

    Thanks for the hints. I will look into these now and see how it could work

    Mickey

Similar Threads

  1. Replies: 8
    Last Post: 5th November 2012, 08:43
  2. Replies: 3
    Last Post: 6th January 2010, 16:55
  3. Replies: 12
    Last Post: 29th February 2008, 13:35
  4. Qt application with a C "sub" application - compilation
    By Tux-Slack in forum Qt Programming
    Replies: 2
    Last Post: 10th December 2007, 01:46

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.