-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Android-Community.org Android Phone Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 KDE-Files.org Documents for KDE 
 OpenTemplate.org Documents for OpenOffice.org
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
--
KDE-Files.org Files for KDE Applications
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   
Qt-Prop.org - Proprietary Qt Applications
Qt-Prop.orgQt-Prop.org

 May 17 2008  
 Not logged in  
Qt-Prop.org
 Home    Add Content   Forum   Groups   Users   Register   Login-
Cool Sites
Mobile Community
Mac Anwendungen


-
- global .- user support .- artwork .- developer . 
goto page: prev   1  2 

-
.

 Dynamic library

 
 by michalkuchta  on: Mar 4 2008  

Hi I have problem compiling plugandpaint (Plug & Paint Example) program belong to QT examples. I see this errors:
...
g++ -o plugandpaint main.o mainwindow.o paintarea.o plugindialog.o moc_mainwindow.o moc_paintarea.o moc_plugindialog.o -L/usr/lib -L/examples/tools/plugandpaint/plugins -l libpnp_basictools -lQtGui -L/usr/lib -L/usr/X11R6/lib -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -llibpnp_basictools

Structure of directory:
michal@michal-komp:/mnt/dane/Udostepnione/MyDownloads/qt-x11-opensource-src-4.3.4/examples/tools/plugandpaint> ls -l
razem 168
-rw-r--r-- 1 michal users 3647 II 19 18:47 interfaces.h
-rw-r--r-- 1 michal users 2380 II 19 18:47 main.cpp
-rw-r--r-- 1 michal users 3160 III 4 10:12 main.o
-rw-r--r-- 1 michal users 9748 II 19 18:47 mainwindow.cpp
-rw-r--r-- 1 michal users 3367 II 19 18:47 mainwindow.h
-rw-r--r-- 1 michal users 26748 III 4 10:13 mainwindow.o
-rw-r--r-- 1 michal users 11936 III 4 10:12 Makefile
-rw-r--r-- 1 michal users 2733 III 4 10:13 moc_mainwindow.cpp
-rw-r--r-- 1 michal users 9452 III 4 10:13 moc_mainwindow.o
-rw-r--r-- 1 michal users 1700 III 4 10:13 moc_paintarea.cpp
-rw-r--r-- 1 michal users 7508 III 4 10:13 moc_paintarea.o
-rw-r--r-- 1 michal users 1742 III 4 10:13 moc_plugindialog.cpp
-rw-r--r-- 1 michal users 7516 III 4 10:13 moc_plugindialog.o
-rw-r--r-- 1 michal users 6063 II 19 18:47 paintarea.cpp
-rw-r--r-- 1 michal users 3328 II 19 18:47 paintarea.h
-rw-r--r-- 1 michal users 10948 III 4 10:13 paintarea.o
-rw-r--r-- 1 michal users 753 III 4 09:54 plugandpaint.pro
-rw-r--r-- 1 michal users 5880 II 19 18:47 plugindialog.cpp
-rw-r--r-- 1 michal users 2895 II 19 18:47 plugindialog.h
-rw-r--r-- 1 michal users 15400 III 4 10:13 plugindialog.o
drwxr-xr-x 2 michal users 4096 III 4 10:12 plugins
michal@michal-komp:/mnt/dane/Udostepnione/MyDownloads/qt-x11-opensource-src-4.3.4/examples/tools/plugandpaint> cd plugins/
michal@michal-komp:/mnt/dane/Udostepnione/MyDownloads/qt-x11-opensource-src-4.3.4/examples/tools/plugandpaint/plugins> ls -l
razem 60
-rw-r--r-- 1 michal users 36174 III 4 10:12 libpnp_basictools.a
-rwxr-xr-x 1 michal users 24090 III 4 10:12 libpnp_extrafilters.so

OS: OpenSUSE 10.3
gcc:4.2.1
QT: 4.3.3

Please help!






...sorry for badly english...
reply to this

-

 new to qt, help need

   fresh 
 by swamyonline  on: May 17 2008  
swamyonlineswamyonline
Real Time Software Development
-
Kumara Swamy Jannu
Real Time Software Development
India, Hyderabad
last visit May 17 2008
0 contacts
0 groups

other contents
send a message
add as contact
more info
--

hi friends,
i used qt-3 for some applications under linux. now, iam trying to develop real time data display app under qt-4. the application will receive data (some x,y,z etc) from on ethernet and display it with 1 sec update. my problem is, which qt class can i use for flicker free, flexible display. i also need to draw pixels of data on display with zoom facility. previously i used, painter class. but it was not that much effective in drawing the pixels on screen when its resized.

can anybody suggest the better way of doing this in qt-4. code snippets, or sample applications will help me a lot to learn and develop my new application.

thank u very much in advance..bye


reply to this

goto page: prev   1  2 

add commentback
-
-
all messages

Copyright 2006-2008 Qt-Prop.org Team  Legal Notice
All rights reserved. Qt-Prop.org has no liability for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Qt-Prop.org.
Developers can use our public webservice interface at: api.Qt-Prop.org.
For further information or comments on this site, please send us a message
Qt is a trademarks of Trolltech
rss   Qt-Prop.org Content   

Network:  openDesktop.org   KDE-Look.org   KDE-Apps.org   KDE-Files.org   GNOME-Look.org   Xfce-Look.org   Maemo-Apps.org   Beryl-Themes.org   Compiz-Themes.org   Qt-Apps.org   Qt-Prop.org   E17-Stuff.org   Box-Look.org   Debian-Art.org   Gentoo-Art.org   SUSE-Art.org   Ubuntu-Art.org   Kubuntu-Art.org   GTK-Apps.org   CLI-Apps.org   Java-Apps.org   eyeOS-Apps.org   Android-Community.org   OpenTemplate.org