Results 1 to 11 of 11

Thread: LibQxt

  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default LibQxt

    The Qxt team is proud to announce the immediate release of LibQxt version 0.4.0.

    LibQxt, an extension library for Qt, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Trolltech, a Nokia company.

    LibQxt 0.4.0 introduces new features and contains bug fixes to the 0.3.x series:

    • QxtCore
      • Added QxtDeplex
      • Added QxtLocale
      • Added QxtPointerList
      • Added QxtMultiSignalWaiter
      • Added QxtSignalGroup
      • Added QxtCommandOptions
      • Added QxtLogger
      • Added QxtAbstractConnectionManager
      • Added QxtDataStreamSignalSerializer
      • Added QxtAbstractSignalSerializer

    • QxtCrypto
      • Added QxtHmac

    • QxtGui
      • Added QxtItemEditorCreatorBase
      • Added QxtStandardItemEditorCreator
      • Added QxtItemEditorCreator
      • Added QxtBaseSpinBox
      • Added QxtCountryComboBox
      • Added QxtCountryModel
      • Added QxtLanguageComboBox
      • Added QxtScheduleView
      • Added QxtTabBar
      • Added QxtFlowView
      • Added QxtLetterBoxWidget
      • Improved QxtTabWidget
        • Added QxtTabWidget::alwaysShowTabBar
        • Added QxtTabWidget::tabAnimation
        • Added QxtTabWidget::tabMovementMode
      • Improved QxtConfirmationMessage
        • Added QxtConfirmationMessage::settingsFormat
        • Added QxtConfirmationMessage::rememberOnReject
        • Added QxtConfirmationMessage::overrideSettingsApplicatio n
        • Added QxtConfirmationMessage::overrideSettingsKey
        • Added QxtConfirmationMessage::overrideSettingsOrganizati on

    • QxtBerkeley
      • Added QxtBdbTree

    • QxtWeb
      • Revised the whole module

    • QxtNetwork
      • Added QxtTcpConnectionManager


    More information and downloads are available at http://libqxt.org.
    J-P Nurmi

  2. #2
    Join Date
    Feb 2008
    Posts
    50
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt 0.4.0

    Really helpfull, thank you.

  3. #3
    Join Date
    Oct 2006
    Location
    Hawaii
    Posts
    130
    Thanks
    48
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt 0.4.0

    Would you happen to know where I could find an example of using QxtScheduleView? or even just documentation on what kind of structure the model should have?

    I downloaded and compiled this, and actually got the view widget to show up with some days as columns and times as rows, but if I add any data to the model I get a segmentation fault. I also checked out the "tests/gui/QxtScheduleView folder but the test program in the downloadable archive does not have the QxtScheduleView widget in it, just an empty window.

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt 0.4.0

    tpf80: Try sending the question to Libqxt-discussion.
    J-P Nurmi

  5. #5
    Join Date
    Oct 2006
    Location
    Hawaii
    Posts
    130
    Thanks
    48
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt 0.4.0

    Ok I will try that, I actually looked there first, but then I read the (at the time I posted this) last message, which was Here , which said that there was a problem with the list.

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt

    The Qxt team is proud to announce the immediate release of LibQxt version 0.5.0.

    LibQxt, an extension library for Qt, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Trolltech, a Nokia company.

    LibQxt 0.5.0 introduces new features and contains bug fixes to the 0.4.x series:

    • General
      • Added LGPL license option
      • Run Krazy checks and fixed found issues
      • Improved configure.bat
      • Added missing export macros
      • Added missing convenience headers
      • Improved compatibility
        • QT_FORWARD_DECLARE_CLASS
        • Q_SLOTS, Q_SIGNALS & Q_FOREACH in headers
        • interface

    • QxtCore
      • Revised QxtFifo
      • Added QxtAlgorithms
      • Added QxtSerialDevice
      • Added QxtSlotMapper

    • QxtCrypto
      • Revised QxtBlowfish

    • QxtGui
      • Added QxtWindowSystem::idleTime()
      • Added QxtCrumbView
      • Improved QxtScheduleView
      • Added QxtSortFilterProxyModel
      • Improved QxtSpanSlider
        • Added QxtSpanSlider::HandleMovementMode
      • Improved QxtItemDelegate
        • Added ProgressMinimumRole & ProgressMaximumRole
        • Added support for busy indicator mode
      • Improved QxtLetterBoxWidget
        • Added QxtLetterBoxWidget::margin
        • Added QxtLetterBoxWidget::resizeWidget

    • QxtWeb
      • Added QxtWebCgiService


    More information and downloads are available at http://libqxt.org.
    J-P Nurmi

  7. #7
    Join Date
    Jun 2009
    Posts
    5
    Thanks
    1
    Thanked 2 Times in 1 Post
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt

    I will check this out - seems to be a great QT library.

    Can I request some screen shots of the various visible widgets?
    That would be great.

    I'm especially interested in seeing QxtTabBar/QxtTabWidget in action.

  8. #8
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt

    Quote Originally Posted by jacmoe View Post
    Can I request some screen shots of the various visible widgets?
    That would be great.

    I'm especially interested in seeing QxtTabBar/QxtTabWidget in action.
    See QxtTabWidget docs: http://doc.libqxt.org/tip/classQxtTabWidget.html
    J-P Nurmi

  9. The following user says thank you to jpn for this useful post:

    jacmoe (15th June 2009)

  10. #9
    Join Date
    Jun 2009
    Posts
    5
    Thanks
    1
    Thanked 2 Times in 1 Post
    Platforms
    Unix/X11 Windows

    Default Re: LibQxt

    Quote Originally Posted by jpn View Post
    Oops - I missed that. Thanks!

  11. #10
    Join Date
    Aug 2009
    Posts
    7
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

  12. #11
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: LibQxt

    The Qxt team is proud to announce the immediate release of LibQxt version 0.5.1.

    LibQxt, an extension library for Qt, provides a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Qt Development Frameworks, Nokia.

    LibQxt 0.5.1 contains bug fixes to the 0.5.x series:
    • #3 [Vista/Qt 4.5.0] - static build issue
    • #9 QxtCheckComboBox display is inconsistent
    • #10 qxtwindowsystem_win.cpp(105) : error C2065: 'LASTINPUTINFO': undeclared identifier
    • #16 Static lib linkage problem in Qt Creator
    • #17 QxtPushButton::minimumSizeHint returns wrong value
    • Fixed QxtGlobalShortcut to allow NumLock on X11
    • Fixed compilation problems with the GCC-4.4.X series
    • Fixed QxtGlobalShortcut::shortcut()


    More information and downloads are available at http://libqxt.org.
    J-P Nurmi

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.