[Eric] FW: Salut

2013-11-01 Thread lucabe...@libero.it
ciao, perdere peso è stato reso facile http://bit.ly/16GUZCZ ___ Eric mailing list Eric@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/eric

FW: Salut

2013-10-31 Thread lucabe...@libero.it
ciao ho perso 10 libbre utilizzando garcinia ora http://bit.ly/17VCwxt -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[kamaelia-list] piacevolmente sorpresi

2013-10-30 Thread lucabe...@libero.it
caro amico un buon posto di shopping per andare www.itevb.com invitati a provare -- You received this message because you are subscribed to the Google Groups kamaelia group. To unsubscribe from this group and stop receiving emails from it, send an email to

piacevolmente sorpresi

2013-10-30 Thread lucabe...@libero.it
caro amico un buon posto di shopping per andare www.itevb.com invitati a provare -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[kamaelia-list] Auguro un Buon Ringraziamento

2013-10-22 Thread lucabe...@libero.it
Auguro un Buon Ringraziamento risparmiare più del 40% ora itevb.com questo è il mio amico spero vi piaccia troppo -- You received this message because you are subscribed to the Google Groups kamaelia group. To unsubscribe from this group and stop receiving emails from it, send an email to

Auguro un Buon Ringraziamento

2013-10-22 Thread lucabe...@libero.it
Auguro un Buon Ringraziamento risparmiare più del 40% ora itevb.com questo è il mio amico spero vi piaccia troppo -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at

[PyQt] get list of object

2011-10-11 Thread lucabe...@libero.it
Hello i have create a simple project useng eric i have 10 line edit called self.lineEdit, self.lineEdit_2 etc now i have a list with 20 string to put in the lineedit for each item in the list i have to do self.lineEdit.settext(list[0]), self. lineEdit_2.settext(list[2]) or there is a easy way?

[Podofo-users] Grid

2011-09-22 Thread lucabe...@libero.it
hello there is a way to create a grid in podofo? Another stupid question, how i can add a page to my document created in this way: pPagina = documento.CreatePage(PdfPage::CreateStandardPageSize (ePdfPageSize_A4,true)); Thanks Luca

[Podofo-users] set unit

2011-04-21 Thread lucabe...@libero.it
Hello is possible to set the unit in centimeter or in metric scale. Thanks Luca -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top

[Podofo-users] First test compiling error

2011-04-18 Thread lucabe...@libero.it
Hello i have just write this line and i have a compiling error: void Widget::provo_pag_pdf(){ using namespace PoDoFo; PdfStreamedDocument document( Pippo ); } I have this error: g++ -o Gsd_Volpiano main.o widget.o moc_widget.o-L/usr/lib -lpodofo - lQtGui -lQtCore -lpthread

[PyQt] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread lucabe...@libero.it
Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest? Python 2.6.1 Qt 4.7.0 PyQt 4.8.2 sip 4.12 QScintilla 2.4.6 eric4 4.4.11 (r3912) Thanks Luca

[Eric] 'module' object has no attribute 'StackedWidget'

2011-01-24 Thread lucabe...@libero.it
Hello I have install eric on mac, but when i try to generate dialog code i get this error : 'module' object has no attribute 'StackedWidget' Any Suggest? Python 2.6.1 Qt 4.7.0 PyQt 4.8.2 sip 4.12 QScintilla 2.4.6 eric4 4.4.11 (r3912) Thanks Luca

[PyQt] problem installing pyqt

2010-12-15 Thread lucabe...@libero.it
Hello i'm under windows i have installed sip and qscintila when i try to install pyqt i get this error, can you help me to solve this: unable to create c++ code C:\Documents and Settings\Laboratorio\Desktop\Luca\PyQt-win-gpl-4.7.2python con figure.py Determining the layout of your Qt

[PyQt] qftp, qtreewidget

2010-10-28 Thread lucabe...@libero.it
Hello i have a problem when i list a dir i do as follow: if i.isDir() : self.e_dir = True valor_nome = QtGui.QTreeWidgetItem() valor_nome.setText(1, i.name()) valor_nome.setText(2, str(i.size())) valor_nome.setText(3,

[PyQt] qtreeview

2010-10-26 Thread lucabe...@libero.it
Hello i can use qtreeview with qtftp (there is some model ready) or i have to use qtreewidget with qftp? Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] QFtp

2010-10-12 Thread lucabe...@libero.it
Hello i have made a small test using qftp, but i make some error: class Form(QWidget, Ui_Form): Class documentation goes here. def __init__(self, parent = None): Constructor super(Form, self). __init__(parent) self.connessione =

[PyQt] Keypressevent

2010-09-08 Thread lucabe...@libero.it
hello i need to intercept the return and the enter key in a plaintextedit and i have write this def keyPressEvent(self, event): self.plainTextEdit.keyPressEvent(event) if event.key() == QtCore.Qt.Key_Return : print ' return' elif event.key() ==

[PyQt] pyqt signals

2010-09-06 Thread lucabe...@libero.it
Hello i have write this but i'm not able to connect the emit of the class Socket to the Form class, can you help me? class Socket(QtNetwork.QTcpSocket): def __init__(self, parent=None): super(Socket, self).__init__(parent) self.connect(self, QtCore.SIGNAL(readyRead()),

[PyQt] Get text from plaintextedit

2010-02-10 Thread lucabe...@libero.it
Hello how i can get the text of the plaintextedit. i have try like plaintextedit.text() but don't work Regards Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[no subject]

2009-12-15 Thread lucabe...@libero.it
hello i have write i little c program for test : here is the program: #include stdio.h #include /usr/include/linux/dvb/frontend.h #include stdlib.h #include stdint.h #include ctype.h #include sys/ioctl.h #include sys/poll.h #include unistd.h #include error.h #include errno.h #include

[PyQt] Moltiple_selection

2009-01-12 Thread lucabe...@libero.it
Hello I have made a groupBox with 3 radioButton, how i can make that more than one radio button can be selected. Regards Luca ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] print a tableview

2009-01-12 Thread lucabe...@libero.it
Can you tell me the best way for print a tableview the only way that i know is to draw all with qpainter and than print in pdf but maybe there is a best way? Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com

[Eric] Installation problem on win32

2008-12-24 Thread lucabe...@libero.it
Hello is the first time that itry to install eric on win32 i haveinstalled all the requestedfilebut i get this error when i run python install.py : Sorry please install QScintilla2 and it's PyQt4 wrapper Error DLL load failed, impossibile trovare la procedura specificata QScintilla is installed

[PyQt] QTableView

2008-12-23 Thread lucabe...@libero.it
Hello i have made a connection to a db but in my table nothing is shoe, also not the horizontal header why? # -*- coding: utf-8 -*- Module implementing MainWindow. from PyQt4.QtGui import QMainWindow from PyQt4.QtCore import pyqtSignature from PyQt4 import * from PyQt4.QtSql import * from

[PyQt] QSqlDatabase: available drivers: QSQLITE

2008-12-18 Thread lucabe...@libero.it
Hello I need to connect to mysql db but when i try i see that i have only availabe the driver for sqlite, how can i add the mysql driver? Thanks Luca ___ PyQt mailing listPyQt@riverbankcomputing.com