Results 1 to 20 of 179

Thread: wwWidgets

Hybrid View

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

    Default Re: wwWidgets

    I'd say this is a problem with whitespaces in your path. Try using a path without spaces and see if the problem persists.

  2. #2
    Join Date
    Mar 2008
    Posts
    141
    Thanks
    10
    Thanked 9 Times in 9 Posts

    Default Re: wwWidgets

    That's it! Thank you.

  3. #3
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: wwWidgets

    I could compile wwwidgets with VS 2005 and Qt 4.4 without any problems.
    I only get the release version of the dll. Can that be used in debug mode as well?

    And do I need to copy any directory with header files to my project?

    Matthias

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

    Default Re: wwWidgets

    Quote Originally Posted by pospiech View Post
    ICan that be used in debug mode as well?
    If you add CONFIG += debug to the widgets' project file, the library will be built in debug mode.

    And do I need to copy any directory with header files to my project?
    Not really. Try calling "nmake install".

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

    Default Re: wwWidgets

    wwWidgets 0.9 has been released. It's the last major step before the 1.0 release. Contains both bugfixes and new widgets. API and ABI have been frozen until 1.0 is out. Examples are still missing and documentation is incomplete. These and proper MacOSX installation are major goals to obtain to close the 1.0 milestone.

    Please report bugs to wwwidgets <at> wysota <dot> eu <dot> org.

  6. #6
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: wwWidgets

    Can you give a hint about the new widgets?

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

    Default Re: wwWidgets

    Let's see... a LED widget and a list navigator widget, that's for sure. Both quite configurable. I think these were the ones stable enough to go into the release. There is work in progress for other widgets - breadcrumb, cover flow, marquee, image viewer, progress circle and ideas for more.

    Here is a shot...
    Attached Images Attached Images

  8. #8
    Join Date
    Feb 2008
    Posts
    157
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: wwWidgets

    Did you have time to think about my double-exponential-lineedit idea? I am doing mostly science related software and this is a thing I need everywhere and did not find yet.

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

    Default Re: wwWidgets

    Currently I don't have time to think about anything I promise I'll give it a thought though.

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

    Default Re: wwWidgets

    For me the designed plugin doesn't work.
    Im running a windows machine with Qt 4.4.2. wwWidgets compiles without errors, but the plugin isn't loadet into QtDesigner.

  11. #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: wwWidgets

    One of the most common problem on Windows is the debug vs. release issue.
    J-P Nurmi

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

    Default Re: wwWidgets

    Open Designer's "About plugins" dialog box and see if there is any info about the plugin. You might be missing the widget library or you're mixing debug and release as J-P suggests.

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

    Default Re: wwWidgets

    yeah. thanks. i forgott to copy the wwwidgets4.dll int my path.

  14. #14
    Join Date
    Mar 2008
    Posts
    141
    Thanks
    10
    Thanked 9 Times in 9 Posts

    Default Re: wwWidgets

    Hi,

    recently I built wwWidgets on XP with Qt 4.4.1 without a problem. Now I tried to build wwWidgets 0.8 and 0.9 on Win 2000 with Qt 4.4.3. The only difference is that I configured Qt on Win 2000 with -no-webkit. I get the following errors:

    with 0.9
    Qt Code:
    1. Creating library file: release\libwwwidgetsplugin.a
    2. ./release\qwwlediface.o(.text+0x133):qwwlediface.cpp: undefined reference to `QwwLed::QwwLed(QWidget*)'
    3. collect2: ld returned 1 exit status
    4. mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
    5. mingw32-make[2]: Leaving directory `G:/wwWidgets/plugin'
    6. mingw32-make[1]: *** [release] Error 2
    7. mingw32-make[1]: Leaving directory `G:/wwWidgets/plugin'
    8. mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

    with 0.8
    Qt Code:
    1. Creating library file: release\libwwwidgetsplugin.a
    2. ./release\qwwbreadcrumbiface.o(.text+0x133):qwwbreadcrumbiface.cpp: undefined re
    3. ference to `_imp___ZN13QwwBreadCrumbC1EP7QWidget'
    4. collect2: ld returned 1 exit status
    5. mingw32-make[2]: *** [release\wwwidgetsplugin.dll] Error 1
    6. mingw32-make[2]: Leaving directory `C:/wwwidgets/plugin'
    7. mingw32-make[1]: *** [release] Error 2
    8. mingw32-make[1]: Leaving directory `C:/wwwidgets/plugin'
    9. mingw32-make: *** [sub-plugin-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

    Any suggestion how I could solve this problem?

Similar Threads

  1. wwWidgets
    By mickey in forum Qt Programming
    Replies: 22
    Last Post: 17th July 2006, 15:20

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.