Results 1 to 2 of 2

Thread: use css from web/jquery/etc into qt application (c++?)

  1. #1
    Join Date
    Sep 2010
    Posts
    12
    Qt products
    Platforms
    Unix/X11

    Default use css from web/jquery/etc into qt application (c++?)

    hi! i really like this ui-style: http://designmodo.github.io/Flat-UI/
    it is a set of gui widget made with jquery/bootstrap for web applications.

    i'd like to know what is the smartest way to import this style as much as possible (complete port is not possible i think) to a qt application.

    i have to say that i'm used qt only with c++, qt 4.8 for opengl/computer vision simple interfaces. so i'm not aware of new qt solution like qt-quick, qt html5 application, qwebview, js stuffs etc

    i'd just like to use some of my c++ opengl widget (or any other of my c++ objects) but with this stylish css/interface/design/graphic layout with less effort as possible (i don't want to rewrite everything or spend days in try to let some css works)

    any kind of ideas is appreciated, thanks
    Last edited by nkint; 31st August 2013 at 13:05.

  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: use css from web/jquery/etc into qt application (c++?)

    If you want to use the style in C++/widgets world then in practice the only choice is to reimplement it as a QStyle subclass. You could in theory try with Qt stylesheets but the range of supported subset of css is likely quite different from what the style uses.
    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.


Similar Threads

  1. Replies: 4
    Last Post: 19th November 2012, 14:35
  2. QtWebkit and TinyScrollbar jQuery plugin.
    By namnoi38 in forum Qt Webkit
    Replies: 0
    Last Post: 18th September 2012, 16:06
  3. Replies: 1
    Last Post: 11th May 2012, 18:08
  4. Replies: 3
    Last Post: 28th October 2011, 23:24
  5. jQuery problem on QWebView
    By chenff in forum Qt Programming
    Replies: 0
    Last Post: 10th April 2010, 19:43

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.