Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 04-02-2008, 10:49 PM   #1 (permalink)
In The Zone
 
Pragadheesh's Avatar
 
Join Date: Jul 2006
Location: Coimbatore
Posts: 403
Unhappy to develop a linux softeware using Qt..


hi,
i'm trying to develop a software for linux which 'll display the hardware details of the system, processes that are running and how to optimize the system, softwares installed and how to manage the softwares etc...
thinking of developing it using Qt.. but 'm new to Qt..
so can u people suggest me any help of how i can develop it..?
Pragadheesh is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-02-2008, 09:49 AM   #2 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: to develop a linux softeware using Qt..

i havent tried QT but i'm planning to try it..
If u have a QT documentation then there are lots of tutorials and source code examples which can really be helpful..
I am planning to learn QT via documentation..
apart from documentation there are some good tutorials ..just google 'tutorials for QT',u will find many..

And BTW best of luck for ur software...
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 05-02-2008, 10:09 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: to develop a linux softeware using Qt..

qt4 will be interesting.your software will be GPLed automatically as qt itself is.
while GTK2+ allows LGPL license
http://www.gtk.org/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-02-2008, 02:32 AM   #4 (permalink)
In The Zone
 
knight17's Avatar
 
Join Date: Oct 2005
Location: Kerala
Posts: 312
Default Re: to develop a linux softeware using Qt..


  1. http://doc.trolltech.com/3.3/tutorial.html
  2. http://www.qtforum.org/forum/
  3. http://developer.kde.org/documentation/tutorials/index.html
  4. http://doc.trolltech.com/3.3/how-to-learn-qt.html
  5. http://www.digitalfanatics.org/projects/qt_ tutorial
  6. http://www.oreilly.com/catalog/prowqt2/
Best Resource :

- http://www.google.co.in/search?q=QT+Programming
- DMOZ QT Page
__________________
"It's not a silly question if you can't answer it." Sophie's World [ http://en.wikipedia.org/wiki/Sophie's_World ]
knight17 is offline  
Old 06-02-2008, 11:45 AM   #5 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: to develop a linux softeware using Qt..

C++ GUI Programming with Qt 4 - Prentice Hall

I'd say start with this and once you get a Hang of Qt , just browse the Official Documentation yourself .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 07-02-2008, 05:10 AM   #6 (permalink)
In The Zone
 
Pragadheesh's Avatar
 
Join Date: Jul 2006
Location: Coimbatore
Posts: 403
Default Re: to develop a linux softeware using Qt..

thanx for your replies... and regarding my project,
it is like controlling the entire linux for layman... one can enable, disable the new hardwares plugged, create logs of all changes being made, current running process and associated files etc... i ave a basic idea of how to do, but can u people enlighten more on how to implement the project and share your ideas...!!
Pragadheesh is offline  
Old 07-02-2008, 02:43 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: to develop a linux softeware using Qt..

^you should need more knowledge in hal(h/w abstraction layer),dbus etc for hotswappable h/w.in that case.gnome.org got more details.

for process monitoring top(htop) etc are there na?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-02-2008, 03:30 PM   #8 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: to develop a linux softeware using Qt..

Quote:
Originally Posted by praka123 View Post
^you should need more knowledge in hal(h/w abstraction layer),dbus etc for hotswappable h/w.in that case.gnome.org got more details.

for process monitoring top(htop) etc are there na?
how about

Code:
$ ps -A
?!
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-02-2008, 03:39 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: to develop a linux softeware using Qt..

^oh well! ps ax will do maybe
i m a n00b in scripting!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-02-2008, 05:32 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: to develop a linux softeware using Qt..

Quote:
Originally Posted by Pragadheesh View Post
thanx for your replies... and regarding my project,
it is like controlling the entire linux for layman... one can enable, disable the new hardwares plugged, create logs of all changes being made, current running process and associated files etc... i ave a basic idea of how to do, but can u people enlighten more on how to implement the project and share your ideas...!!
So, in short you want something like control panel?
I guess you can have a look at webmin for some ideas, it's a web based management system using perl, I believe.
For enabling/disabling hardware you can connect use hal and udev and stuff.
For logging, well there's already so many logs in /var/log/ just give a frontend to view those logs.
there's already apps integrated in KDE and even GNOME for process management and file association.
And most importantly, there's a very few people who know development on linux platform out here. You'd increase your scope to a lot more people if you go to places like linuxquestions.net, if you haven't done so already.
Also, are you just sufficing with linux or aiming for other OS's like BSD's and all?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-02-2008, 09:47 PM   #11 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: to develop a linux softeware using Qt..

Quote:
Originally Posted by praka123 View Post
^oh well! ps ax will do maybe
i m a n00b in scripting!
thats not scripting. its an command. see its manpage.

btw i am surprised that a linux GURU like you doesn't know the command ?
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-02-2008, 11:39 PM   #12 (permalink)
Just another linux lover.
 
subratabera's Avatar
 
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 562
Default Re: to develop a linux softeware using Qt..

Chesk this out...

I think these are the best place to start.

http://archive.ubuntu.com/ubuntu/dis...ce/Sources.bz2

"THE UBUNTU SOURCE".

--OR--

http://cdimage.debian.org/debian-cd/...ource/iso-dvd/

"THE DEBIAN SOURCE"

--OR--

http://src.opensolaris.org/

"OPENSOLARIS SOURCE BROWSER"
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have.
(Registered Linux User #432737 - subratabera.blogspot.com)

Last edited by subratabera; 07-02-2008 at 11:46 PM.
subratabera is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two Koreas Join Forces to Develop Linux Cyrus_the_virus Technology News 4 01-12-2007 01:29 PM
Need Help To Develop Site pritish_kul2 Chit-Chat 1 22-07-2007 03:15 PM
Develop crack Bigtech Tutorials 4 28-04-2007 01:09 AM
AMD To Help India Develop Chip Ind Retro Technology News 3 01-12-2005 08:43 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:53 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2