This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 211620 - Qt tutorial should cover moderate scenarios as well as basic
Summary: Qt tutorial should cover moderate scenarios as well as basic
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 08:47 UTC by igor_nikiforov
Modified: 2012-04-24 08:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description igor_nikiforov 2012-04-24 08:47:17 UTC
Currently the following tutorial (http://netbeans.org/kb/docs/cnd/qt-applications.html) covers only very basic Qt usage scenarios in IDE. So users cannot understand how to deal with their problems, as help referencing to tutorial and only basic information is available in it.

The following topics also need to be covered:
  - working with additional Qt parameters and additional Qt subsystems;
  - working with Qt dynamic and static libraries and using them from Qt application projects;
  - some troubleshooting guide.