Skip to content

dandemidow/qt-redmine

Repository files navigation

qt-redmine

Qt client for the Redmine REST API

This library provide "users", "projects" and "issue" commands now.

/////////////////////////////////////////////////////////////////

Example

RedmineClient client(QUrl("http://my.redmine.org"), "user", "password", NULL);

client.reg (&test, SLOT(onIssuePriority(QDomDocument))); client.reg<UserCmdNetwork::GET > (&test, SLOT(onUsersReady(QDomDocument))); client.reg<UserCmdNetwork::POST > (&test, SLOT(onUsersReady(QDomDocument))); client.reg<ProjectCmdNetwork::GET > (&test, SLOT(onProjectsReady(QDomDocument))); client.reg<IssueCmdNetwork::GET > (&test, SLOT(onIssuesReady(QDomDocument)));

client.run(IssueCmdNetwork::GET());

About

Qt client for the Redmine REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published