- Build files for the KitchenSink project can be referenced when creating your project files. Full source, including all project files are available in the source distribution for these projects.
Download tar or zip
Clone from github
- Qt Creator editor may have an issue locating the resource or qrc file when specifying an icon. Right click on the icon field and paste in the location of your qrc resource. For example, if
plus.png
is an image in your resource folder, paste in the following:
- void MyClass::someMethod() cannot be overloaded
private:
void someMethod(bool ok,int data);
CS_SLOT_1(Private, void someMethod(bool ok,QString data))
CS_SLOT_2(someMethod)
Review the class declaration for a method called someMethod() and a Signal or Slot which references the same method name. Refer to item #5 in the Migration Notes.