Results 1 to 11 of 11

Thread: xhtml/css text formatting

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: xhtml/css text formatting

    WebKit is an html rendering engine. Safari is based on it and it originated from KDE and was called KHTML (the rendering engine of Konqueror). You may use it as a widget, for example.

  2. #2
    Join Date
    Jan 2007
    Posts
    177
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 10 Times in 9 Posts

    Default Re: xhtml/css text formatting

    when i loadet it from svn, i saw thats over 100mb big..... i havent much downstream and my application is just a little chat, i dont wanna have so big depencies.....

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

    Default Re: xhtml/css text formatting

    When you compile it, it's probably much much smaller.

  4. #4
    Join Date
    Jan 2007
    Posts
    177
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 10 Times in 9 Posts

    Default Re: xhtml/css text formatting

    I get this error:
    Qt Code:
    1. ..\..\..\WebCore\loader\FTPDirectoryDocument.cpp: In function `WebCore::String W
    2. ebCore::processFileDateString(const WebCore::FTPTime&)':
    3. ..\..\..\WebCore\loader\FTPDirectoryDocument.cpp:236: error: `localtime_s' undec
    4. lared (first use this function)
    5. ..\..\..\WebCore\loader\FTPDirectoryDocument.cpp:236: error: (Each undeclared id
    6. entifier is reported only once for each function it appears in.)
    7. mingw32-make[2]: *** [tmp\FTPDirectoryDocument.o] Error 1
    To copy to clipboard, switch view to plain text mode 
    im using windows and qt 4.3.2

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

    Default Re: xhtml/css text formatting

    Qt WebKit is unstable/experimental. If you have trouble compiling it, please try a different revision or contact the maintainer of the project.

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. Problem pasting text into a QTextEdit
    By Spockmeat in forum Qt Programming
    Replies: 8
    Last Post: 14th March 2009, 14:36
  3. Editable text in QGraphicsView
    By wysota in forum Qt Programming
    Replies: 8
    Last Post: 24th February 2007, 15:30
  4. visible text of textedit
    By regix in forum Qt Programming
    Replies: 3
    Last Post: 26th June 2006, 09:02

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
  •  
Qt is a trademark of The Qt Company.