source: psi/trunk/libpsi/psiwidgets/README@ 59

Last change on this file since 59 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 484 bytes
Line 
1PsiWidgets README
2~~~~~~~~~~~~~~~~~
3
4 Introduction
5 ~~~~~~~~~~~~
6 This is a package of widgets, that are used in Psi Jabber client. You may be
7 interested in it, if you want to develop custom dialogs, or hack existing
8 ones. Read below for installation instructions.
9
10 Installation
11 ~~~~~~~~~~~~
12 Requirements: Qt 3.1.x (http://www.trolltech.com)
13
14 Type these commands in terminal:
15
16 % qmake
17 % make
18 % su -c "make install"
19
20 Now open Qt Designer and enjoy :-)
21
Note: See TracBrowser for help on using the repository browser.