view release on metacpan or search on metacpan
qtgui/examples/dbus/remotecontrolledcar/car/car.pl
qtgui/examples/dbus/remotecontrolledcar/controller/CarInterface.pm
qtgui/examples/dbus/remotecontrolledcar/controller/Controller.pm
qtgui/examples/dbus/remotecontrolledcar/controller/Makefile
qtgui/examples/dbus/remotecontrolledcar/controller/controller.pl
qtgui/examples/dbus/remotecontrolledcar/controller/controller.ui
qtgui/examples/designer/calculatorform/CalculatorForm.pm
qtgui/examples/designer/calculatorform/Makefile
qtgui/examples/designer/calculatorform/calculatorform.pl
qtgui/examples/designer/calculatorform/calculatorform.ui
qtgui/examples/desktop/screenshot/Screenshot.pm
qtgui/examples/desktop/screenshot/screenshot.pl
qtgui/examples/desktop/systray/Window.pm
qtgui/examples/desktop/systray/images/bad.svg
qtgui/examples/desktop/systray/images/heart.svg
qtgui/examples/desktop/systray/images/trash.svg
qtgui/examples/desktop/systray/systray.pl
qtgui/examples/dialogs/classwizard/ClassWizard.pm
qtgui/examples/dialogs/classwizard/classwizard.pl
qtgui/examples/dialogs/classwizard/classwizard.qrc
qtgui/examples/dialogs/classwizard/images/background.png
qtgui/examples/dialogs/classwizard/images/banner.png
qtgui/examples/dialogs/classwizard/images/logo1.png
qtgui/examples/dialogs/classwizard/images/logo2.png
qtgui/examples/dialogs/classwizard/images/logo3.png
qtgui/examples/dialogs/classwizard/images/watermark1.png
qtgui/examples/dialogs/classwizard/images/watermark2.png
qtcore/tools/puic/perl/qclass_lib_map.h view on Meta::CPAN
QT_CLASS_LIB(QAction, QtGui4, qaction.h)
QT_CLASS_LIB(QActionGroup, QtGui4, qactiongroup.h)
QT_CLASS_LIB(QApplication, QtGui4, qapplication.h)
QT_CLASS_LIB(QBoxLayout, QtGui4, qboxlayout.h)
QT_CLASS_LIB(QHBoxLayout, QtGui4, qboxlayout.h)
QT_CLASS_LIB(QVBoxLayout, QtGui4, qboxlayout.h)
QT_CLASS_LIB(QClipboard, QtGui4, qclipboard.h)
QT_CLASS_LIB(QCursor, QtGui4, qcursor.h)
QT_CLASS_LIB(QCursor, QtGui4, qcursor.h)
QT_CLASS_LIB(QCursorShape, QtGui4, qcursor.h)
QT_CLASS_LIB(QDesktopWidget, QtGui4, qdesktopwidget.h)
QT_CLASS_LIB(QDrag, QtGui4, qdrag.h)
QT_CLASS_LIB(QtEvents4, QtGui4, qevent.h)
QT_CLASS_LIB(QInputEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QMouseEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QHoverEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QWheelEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QTabletEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QKeyEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QFocusEvent, QtGui4, qevent.h)
QT_CLASS_LIB(QPaintEvent, QtGui4, qevent.h)
qtcore/tools/puic/perl/qclass_lib_map.h view on Meta::CPAN
QT_CLASS_LIB(QWindowsVistaStyle, QtGui4, qwindowsvistastyle.h)
QT_CLASS_LIB(QWindowsXPStyle, QtGui4, qwindowsxpstyle.h)
QT_CLASS_LIB(QKeyEventTransition, QtGui4, qkeyeventtransition.h)
QT_CLASS_LIB(QMouseEventTransition, QtGui4, qmouseeventtransition.h)
QT_CLASS_LIB(QGraphicsEffect, QtGui4, qgraphicseffect.h)
QT_CLASS_LIB(QGraphicsColorizeEffect, QtGui4, qgraphicseffect.h)
QT_CLASS_LIB(QGraphicsBlurEffect, QtGui4, qgraphicseffect.h)
QT_CLASS_LIB(QGraphicsDropShadowEffect, QtGui4, qgraphicseffect.h)
QT_CLASS_LIB(QGraphicsOpacityEffect, QtGui4, qgraphicseffect.h)
QT_CLASS_LIB(QCompleter, QtGui4, qcompleter.h)
QT_CLASS_LIB(QDesktopServices, QtGui4, qdesktopservices.h)
QT_CLASS_LIB(QSystemTrayIcon, QtGui4, qsystemtrayicon.h)
QT_CLASS_LIB(QUndoGroup, QtGui4, qundogroup.h)
QT_CLASS_LIB(QUndoCommand, QtGui4, qundostack.h)
QT_CLASS_LIB(QUndoStack, QtGui4, qundostack.h)
QT_CLASS_LIB(QUndoView, QtGui4, qundoview.h)
QT_CLASS_LIB(QScriptEngineDebugger, QtScriptTools4, qscriptenginedebugger.h)
QT_CLASS_LIB(QUiLoader, QtUiTools4, quiloader.h)
QT_CLASS_LIB(QDesignerComponents, QtDesigner4, qdesigner_components.h)
QT_CLASS_LIB(QExtensionFactory, QtDesigner4, default_extensionfactory.h)
QT_CLASS_LIB(QAbstractExtensionFactory, QtDesigner4, extension.h)
qtdbus/tools/qdbusxml2perl/qdbusxml2perl.cpp view on Meta::CPAN
#include <stdlib.h>
#ifdef Q_WS_WIN
#include <process.h>
#endif
#define PROGRAMNAME "qdbusxml2cpp"
#define PROGRAMVERSION "0.7"
#define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)."
#define ANNOTATION_NO_WAIT "org.freedesktop.DBus.Method.NoReply"
static QString adaptorPackage;
static QString proxyPackage;
static QString parentClassName;
static QString proxyFile;
static QString adaptorFile;
static QString inputFile;
static bool skipNamespaces;
static bool verbose;
static bool includeMocs;
qtdbus/tools/qdbusxml2perl/qdbusxml2perl.cpp view on Meta::CPAN
<< "\", qVariantFromValue(value)); }" << endl;
}
hs << endl;
}
// methods:
if ( interface->methods.size() > 0 ) {
hs << "use QtCore4::slots # METHODS" << endl;
foreach (const QDBusIntrospection::Method &method, interface->methods) {
bool isDeprecated = method.annotations.value(QLatin1String("org.freedesktop.DBus.Deprecated")) == QLatin1String("true");
bool isNoReply =
method.annotations.value(QLatin1String(ANNOTATION_NO_WAIT)) == QLatin1String("true");
if (isNoReply && !method.outputArgs.isEmpty()) {
fprintf(stderr, "warning: method %s in interface %s is marked 'no-reply' but has output arguments.\n",
qPrintable(method.name), qPrintable(interface->name));
continue;
}
hs << " '";
if (!isNoReply) {
qtdbus/tools/qdbusxml2perl/qdbusxml2perl.cpp view on Meta::CPAN
}
hs << " ;" << endl
<< endl;
}
if ( interface->signals_.size() > 0 ) {
hs << "use QtCore4::signals # SIGNALS" << endl;
foreach (const QDBusIntrospection::Signal &signal, interface->signals_) {
hs << " ";
if (signal.annotations.value(QLatin1String("org.freedesktop.DBus.Deprecated")) ==
QLatin1String("true"))
hs << "Q_DECL_DEPRECATED ";
hs << signal.name << "(";
QStringList argNames = makeArgNames(signal.outputArgs);
writeArgList(hs, argNames, signal.annotations, signal.outputArgs);
hs << ");" << endl; // finished for header
}
qtdbus/tools/qdbusxml2perl/qdbusxml2perl.cpp view on Meta::CPAN
foreach (const QDBusIntrospection::Method &method, interface->methods) {
bool isNoReply =
method.annotations.value(QLatin1String(ANNOTATION_NO_WAIT)) == QLatin1String("true");
if (isNoReply && !method.outputArgs.isEmpty()) {
fprintf(stderr, "warning: method %s in interface %s is marked 'no-reply' but has output arguments.\n",
qPrintable(method.name), qPrintable(interface->name));
continue;
}
hs << " '";
//if (method.annotations.value(QLatin1String("org.freedesktop.DBus.Deprecated")) ==
//QLatin1String("true"))
//hs << "Q_DECL_DEPRECATED ";
QByteArray returnType;
cs << "sub ";
if (!isNoReply && !method.outputArgs.isEmpty()) {
returnType = qtTypeName(method.outputArgs.first().type, method.annotations, 0, "Out");
hs << returnType << " ";
}
qtdbus/tools/qdbusxml2perl/qdbusxml2perl.cpp view on Meta::CPAN
<< endl;
}
hs << " ;" << endl;
}
if ( interface->signals_.size() > 0 ) {
hs << "use QtCore4::signals # SIGNALS" << endl
<< " public => 1," << endl;
foreach (const QDBusIntrospection::Signal &signal, interface->signals_) {
hs << " '";
//if (signal.annotations.value(QLatin1String("org.freedesktop.DBus.Deprecated")) ==
//QLatin1String("true"))
//hs << "Q_DECL_DEPRECATED ";
hs << signal.name << "' => [";
QStringList argNames = makeArgNames(signal.outputArgs);
writeArgTypesList(hs, argNames, signal.annotations, signal.outputArgs);
hs << "]," << endl;
}
qtgui/examples/dbus/listnames/listnames.pl view on Meta::CPAN
foreach my $name ( @{$reply->value()} ) {
print "$name\n";
}
}
sub method2
{
print "Method 2:\n";
my $bus = Qt::DBusConnection::sessionBus();
my $dbus_iface = Qt::DBusInterface('org.freedesktop.DBus', '/org/freedesktop/DBus',
'org.freedesktop.DBus', $bus);
print
'("',
join( '", "', @{$dbus_iface->call('ListNames')->arguments()->[0]->value()} ),
"\")\n";
}
sub method3
{
print "Method 3:\n";
qtgui/examples/desktop/screenshot/Screenshot.pm view on Meta::CPAN
# [4]
sub shootScreen
{
if (this->delaySpinBox->value() != 0) {
qApp->beep();
}
# [4]
# clear image for low memory situations on embedded devices.
this->setOriginalPixmap( Qt::Pixmap() );
# [5]
this->setOriginalPixmap( Qt::Pixmap::grabWindow(Qt::Application::desktop()->winId()) );
this->updateScreenshotLabel();
this->newScreenshotButton->setDisabled(0);
if (this->hideThisWindowCheckBox->isChecked()) {
this->show();
}
}
# [5]
# [6]
qtgui/examples/tools/completer/resources/wordlist.txt view on Meta::CPAN
definitions
delegate
delete
demo
demonstrate
demonstrations
deployed
describe
describes
design
desktop
desktops
destination
destinations
destructor
details
detect
determine
determines
developer
developers
development
qtgui/examples/tools/customcompleter/resources/wordlist.txt view on Meta::CPAN
definitions
delegate
delete
demo
demonstrate
demonstrations
deployed
describe
describes
design
desktop
desktops
destination
destinations
destructor
details
detect
determine
determines
developer
developers
development
qtgui/examples/xml/htmlinfo/trolltech_com.html view on Meta::CPAN
Code Less. Create More. Deploy Everywhere.
—
Trolltech
</title>
<!-- ADD ON UPDATE -->
<meta name="author" content="Trolltech" />
<meta name="description"
content="Trolltech creates application development platforms for desktop and mobile device innovation." />
<meta name="keywords" content="" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"><!-- --></script>
<script type="text/javascript">
<!-- Urchin script
_uacct = "UA-4457116-1";
urchinTracker();
-->
</script>
qtgui/examples/xml/htmlinfo/youtube_com.html view on Meta::CPAN
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch?locale=en_US" title="YouTube Video Search">
<link rel="icon" href="http://s.ytimg.com/yt/favicon-vfl1123.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://s.ytimg.com/yt/favicon-vfl1123.ico" type="image/x-icon">
<meta name="description" content="Share your videos with friends and family">
<meta name="keywords" content="video,sharing,camera phone,video phone,free">
<link rel="alternate" type="application/rss+xml" title="YouTube - [RSS]" href="/rssls">
<link rel="alternate" media="handheld" href="http://m.youtube.com/index?desktop_uri=%2F&">
<script type="text/javascript">
window.google={kHL:"en"};
</script>
<script type="text/javascript" src="http://s.ytimg.com/yt/js/base_all_with_bidi-vfl42302.js"></script>
<script type="text/javascript">
function _hbLink (a,b) { return false; }