~ubuntu-branches/ubuntu/natty/pyside/natty

« back to all changes in this revision

Viewing changes to doc/codesnippets/doc/src/snippets/quiloader/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110218180100-y8aqmcdbcbd6gpeh
Tags: upstream-1.0.0~rc1
ImportĀ upstreamĀ versionĀ 1.0.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    availableWidgets = loader.availableWidgets()
52
52
 
53
 
    if (availableWidgets.contains("AnalogClock")):
 
53
    if availableWidgets.contains("AnalogClock"):
54
54
        myWidget = loader.createWidget("AnalogClock", parent)
55
55
 
56
56
    return myWidget