QtAda 2.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News QtAda 2.1.0 (Default branch)
# 1  
Old 02-05-2009
QtAda 2.1.0 (Default branch)

Image QtAda is an Ada2005 language binding to the Qt libraries and a set of useful tools. It allows you to easily create powerful cross-platform graphical user interfaces completely on Ada 2005. QtAda applications use the native look and feel on every supported platform. It also allows you to develop your own widgets and integrate them into the Qt Designer for high speed visual GUI development. It uses a native thread-safe signal/slot mechanism and provides full transparent integration with Ada tasks. License: GNAT Modified GPL (GMGPL) Changes:
Documentation in the Qt Assistant format was added. Integration with the GNAT tool chain including gprbuild and GPS was added. Support for the QtXml modules was added. Support for the QtCore and QtGui modules was extended. Support for safe pointers to instances of QObject subclasses was added. Support for printing was added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
QMTEST(1)						      General Commands Manual							 QMTEST(1)

NAME
qmtest - access QMTest's functionality from the command line. SYNOPSIS
qmtest [ option ... ] command [ command-option ... ] [ argument ... ] DESCRIPTION
qmtest QMTest is an general-purpose, cross-platform software testing tool. QMTest can be used to test compilers, databases, graphical user interfaces, or embedded systems. QMTest provides a convenient graphical user interface for creating, managing, and executing tests, pro- vides support for parallel test execution, and can be extended in a variety of ways. This tool offers access to the tool's functionality from the command line. OPTIONS
-h, --help Display usage summary. --version Display version information. -D, --tdb PATH Path to the test database. COMMANDS
create-target Create (or update) a target specification. create-tdb Create a new test database. gui Start the QMTest GUI. extensions List extension classes. help Display usage summary. register Register an extension class. remote Run QMTest as a remote server. run Run one or more tests. summarize Summarize results from a test run. Invoke "qmtest COMMAND --help" for information about command-options and arguments. BUGS
This manual page may be out of date, it should be generated from the XML manual. SEE ALSO
The complete qmtest documentation is provided in HTML and PDF formats in /usr/share/doc/qm/test. QMTEST(1)