Results 1 to 2 of 2

Thread: What software is good to write User Interface in linux???

  1. #1
    Join Date
    Oct 2015
    Posts
    1
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Post What software is good to write User Interface in linux???

    Hello Friends,

    I'm writing an application on linux (Ubuntu) using C and C++.

    I'm not very good with the user interface (UI) part.

    Project Behavior:
    The UI will take inputs/ requests from end user and send it to my C/C++ application.
    The C/C++ application will process the request and give back output, the output has to be plotted as graph.
    The UI needs to have rich look.

    My questions:
    1) What is the best linux software to write UI?
    a) Is Java suggestable???
    b) Does linux QT help me in this regard???

    2) What is the best linux software to plot graphs??

    Regards,
    Syed abdulHameed.
    e: hameedOnIP@gmail.com

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: What software is good to write User Interface in linux???

    1) What is the best linux software to write UI?
    a) Is Java suggestable???
    b) Does linux QT help me in this regard???
    If your application is in C++, then it would make sense to use a portable GUI tool that is also written in C++, like Qt. Why create additional headaches by using one language for the computation and a different one for the GUI?

    2) What is the best linux software to plot graphs??
    Gnuplot is good if you want a stand-alone program. If you want a Qt-based C++ library that you can use to embed graphs into your program, look at QCustomPlot, Qwt, or Qt's commercial QtCharts libraries.

Similar Threads

  1. How can I export my user interface as pdf
    By ahmetturan in forum Newbie
    Replies: 3
    Last Post: 10th December 2013, 13:59
  2. Replies: 0
    Last Post: 10th July 2012, 15:03
  3. Replies: 2
    Last Post: 14th November 2011, 12:24
  4. User Interface with QTableView
    By Brandybuck in forum Qt Programming
    Replies: 1
    Last Post: 23rd March 2006, 00:24

Tags for this Thread

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.