Results 1 to 8 of 8

Thread: Value Browser 3

  1. #1
    Join Date
    Apr 2007
    Location
    Donetsk, Ukraine
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Value Browser 3

    Value Browser 3 is the powerful Qt component which allows to edit
    values represented as a value list (like as Delphi Object Inspector, and
    so on).

    Its home page is http://ii-system.com/soft/vbrowser/vbrowser_en.htm

    The main features are:

    - Multi-page support
    - Item hints
    - State flags
    - Hierarchical items layout
    - Group items
    - Special and Own values
    - Value lists with auto-completion and auto-appending
    - Storing and restoring of value sets
    - Quick browser fill
    - Binding with external (linked) values
    - Import/Export with QSettings
    - Highlighting of changes
    - Input value validation (numeric, regex and own validators)
    - Button editors
    - Combo editors
    - Extended values and editors (bool, numeric, color, etc.)
    Attached Images Attached Images

  2. #2
    Join Date
    Apr 2007
    Location
    Donetsk, Ukraine
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Value Browser 3

    Update 3.2.1 is available.

    Project page: http://ii-system.com/soft/vbrowser/vbrowser_en.htm

    Mirror for download at Qt-Apps: http://qt-apps.org/content/show.php/...?content=50717

    Mirror for download at SourceForge: https://sourceforge.net/project/show...roup_id=195409

    Changes:

    3.2.1 (snapshot from 2007/05/20)
    ---------------------------------------------------------------------

    - Added TPointValue and TPointValidator classes to deal with QPoint values.
    - Added TSizeValue and TSizeValidator classes to deal with QSize values.
    - Added TRectValue and TRectValidator classes to deal with QRect values.

    - TFontValue icon now represents a thumbnail of the current font.
    - Added spin button editor fot TFontValue's font size subitem.

    - Revised TIntegerValue and TDoubleValue classes: static validators moved
    to iisValidators module.
    - TValueValidator::validate() now operates with QVariant rather then QString.

    - Compatibility fixes for Qt 4.1.x.
    - Fixed issue with linking QFont values.

  3. #3
    Join Date
    Apr 2007
    Location
    Donetsk, Ukraine
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Value Browser 3

    Update 3.2.2 is available.

    Project page: http://ii-system.com/soft/vbrowser/vbrowser_en.htm

    Mirror for download at Qt-Apps: http://qt-apps.org/content/show.php/...?content=50717

    Mirror for download at SourceForge: https://sourceforge.net/project/show...roup_id=195409

    Changes:

    3.2.2 (snapshot from 2007/06/23)
    ---------------------------------------------------------------------

    - Added setMinimum(), setMaximum(), setRange() to TIntValidator and TDoubleValidator.
    - Extended TTextValue editing dialog.
    - Compatibility fixes for Qt 4.3.x.
    - Compatibility fixes for 64 bit compilers.

  4. #4
    Join Date
    Apr 2007
    Location
    Donetsk, Ukraine
    Posts
    5
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Value Browser 3.2.3 available

    Update 3.2.3 is available.

    Changes:

    3.2.3 (snapshot from 2007/09/01)
    ---------------------------------------------------------------------

    - Fixed issue with restoring tooltip font in TFontValue.
    - Group items now using all the width available for the text.
    - Group items could be drawn as subgroups (lighter than groups).

  5. #5
    Join Date
    Apr 2006
    Posts
    29
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Value Browser 3

    Value Browser is well designed, very fast and easy to use. I intend to use it for my algebraic geometric modeler (http://axel.inria.fr).

    There are some features I think are missing:
    - Each property is assumed to be read&write. I would love to set an item read only.
    - The linked data system is very convenient and makes the code lighter. However it obliges designers to provide either a direct access to the data (i.e. public fields) are reference values as accessors return types. I would love, instead of providing a linked data (the void *), to be able to provide both a read and write function (in somehow a similar way it is done for the QObject's connect).

    Thanks for this free tool, keep enhancing it.

  6. #6
    Join Date
    Jul 2007
    Posts
    121
    Thanks
    38
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Value Browser 3

    Just wanted to let you know that Lib builds with 0 errors
    "Demo" compiles with 34 errors. The first one is:
    Error 5 error C2491: 'TTextValue::s_TextButtonEditor' : definition of dllimport static data member not allowed vb.3.2.4.snapshot.20071125\src\addons\iisTextValue .cpp 31

    VS2005, qt4.3.0

  7. #7
    Join Date
    Apr 2006
    Posts
    29
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Value Browser 3

    MacOSX Leopard, Qt-4.3.3. Library builds fine as well as demos.

    Ju.

  8. #8
    Join Date
    May 2006
    Location
    Germany
    Posts
    108
    Thanks
    2
    Thanked 14 Times in 12 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Value Browser 3

    Quote Originally Posted by MichaelB View Post
    Just wanted to let you know that Lib builds with 0 errors
    "Demo" compiles with 34 errors. The first one is:
    Error 5 error C2491: 'TTextValue::s_TextButtonEditor' : definition of dllimport static data member not allowed vb.3.2.4.snapshot.20071125\src\addons\iisTextValue .cpp 31

    VS2005, qt4.3.0
    That's a msvc issue. It does not allow constructs like this:
    Qt Code:
    1. DLL_EXPORT class Foo
    2. {
    3. static int bar, baz;
    4. };
    To copy to clipboard, switch view to plain text mode 

    You must explicitely declare the static vars line by line.
    "If you lie to the compiler, it will get its revenge." - Henry Spencer

Similar Threads

  1. Web browser on Mac OS
    By pkloc in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2007, 01:21
  2. How a server can write "Hello" to a browser ?
    By probine in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 14:43
  3. Text Browser Link Question
    By taylor34 in forum Qt Programming
    Replies: 2
    Last Post: 20th June 2006, 19:54
  4. Opening swf file in the default browser
    By munna in forum Qt Programming
    Replies: 16
    Last Post: 5th May 2006, 09:33
  5. Need Basic html Browser
    By awalesminfo in forum Newbie
    Replies: 6
    Last Post: 21st March 2006, 17:14

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.