rangement

This commit is contained in:
DonRenando
2015-04-15 17:52:28 +02:00
parent 58240b6a92
commit 9949486db4
8 changed files with 5 additions and 5 deletions

277
client/view/main.py Normal file
View File

@ -0,0 +1,277 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'main.ui'
#
# Created: Thu Apr 9 00:04:59 2015
# by: PyQt4 UI code generator 4.11.3
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig)
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName(_fromUtf8("MainWindow"))
MainWindow.resize(800, 567)
MainWindow.setMaximumSize(QtCore.QSize(800, 567))
self.centralwidget = QtGui.QWidget(MainWindow)
self.centralwidget.setObjectName(_fromUtf8("centralwidget"))
self.txtOutput = QtGui.QTextEdit(self.centralwidget)
self.txtOutput.setGeometry(QtCore.QRect(10, 150, 561, 361))
self.txtOutput.setMinimumSize(QtCore.QSize(400, 0))
font = QtGui.QFont()
font.setFamily(_fromUtf8("Arial"))
font.setPointSize(14)
font.setItalic(False)
self.txtOutput.setFont(font)
self.txtOutput.setFocusPolicy(QtCore.Qt.NoFocus)
self.txtOutput.setAcceptDrops(False)
self.txtOutput.setStyleSheet(_fromUtf8(" position: relative;\n"
" border-radius: 2px;\n"
" font-size: 0.9em;\n"
"background-color: #FAFAFA;\n"
" color: #646464;"))
self.txtOutput.setFrameShape(QtGui.QFrame.NoFrame)
self.txtOutput.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
self.txtOutput.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction)
self.txtOutput.setObjectName(_fromUtf8("txtOutput"))
self.horizontalLayoutWidget_2 = QtGui.QWidget(self.centralwidget)
self.horizontalLayoutWidget_2.setGeometry(QtCore.QRect(10, 40, 781, 51))
self.horizontalLayoutWidget_2.setObjectName(_fromUtf8("horizontalLayoutWidget_2"))
self.horizontalLayout_2 = QtGui.QHBoxLayout(self.horizontalLayoutWidget_2)
self.horizontalLayout_2.setMargin(0)
self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
self.label_3 = QtGui.QLabel(self.horizontalLayoutWidget_2)
self.label_3.setObjectName(_fromUtf8("label_3"))
self.horizontalLayout_2.addWidget(self.label_3)
self.lineEdit_4 = QtGui.QLineEdit(self.horizontalLayoutWidget_2)
self.lineEdit_4.setStyleSheet(_fromUtf8(" border: solid 1px #ccc;\n"
" font-size:15px;\n"
" background-color:rgb(255, 255, 255);"))
self.lineEdit_4.setInputMask(_fromUtf8(""))
self.lineEdit_4.setObjectName(_fromUtf8("lineEdit_4"))
self.horizontalLayout_2.addWidget(self.lineEdit_4)
self.label_4 = QtGui.QLabel(self.horizontalLayoutWidget_2)
self.label_4.setObjectName(_fromUtf8("label_4"))
self.horizontalLayout_2.addWidget(self.label_4)
self.lineEdit_3 = QtGui.QLineEdit(self.horizontalLayoutWidget_2)
self.lineEdit_3.setStyleSheet(_fromUtf8(" border: solid 1px #ccc;\n"
" font-size:15px;\n"
" background-color:rgb(255, 255, 255);"))
self.lineEdit_3.setObjectName(_fromUtf8("lineEdit_3"))
self.horizontalLayout_2.addWidget(self.lineEdit_3)
self.label_5 = QtGui.QLabel(self.horizontalLayoutWidget_2)
self.label_5.setObjectName(_fromUtf8("label_5"))
self.horizontalLayout_2.addWidget(self.label_5)
self.lineEdit_2 = QtGui.QLineEdit(self.horizontalLayoutWidget_2)
self.lineEdit_2.setStyleSheet(_fromUtf8(" border: solid 1px #ccc;\n"
" font-size:15px;\n"
" background-color:rgb(255, 255, 255);"))
self.lineEdit_2.setObjectName(_fromUtf8("lineEdit_2"))
self.horizontalLayout_2.addWidget(self.lineEdit_2)
self.pushButton_6 = QtGui.QPushButton(self.horizontalLayoutWidget_2)
self.pushButton_6.setStyleSheet(_fromUtf8("\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: #3498db;\n"
" border: 0;\n"
" border-bottom: 2px solid #2a8bcc;\n"
" padding: 2px 10px 2px 10px;\n"
""))
self.pushButton_6.setObjectName(_fromUtf8("pushButton_6"))
self.horizontalLayout_2.addWidget(self.pushButton_6)
self.pushButton_3 = QtGui.QPushButton(self.horizontalLayoutWidget_2)
self.pushButton_3.setStyleSheet(_fromUtf8("\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: #3498db;\n"
" border: 0;\n"
" border-bottom: 2px solid #2a8bcc;\n"
" padding: 2px 10px 2px 10px;"))
self.pushButton_3.setObjectName(_fromUtf8("pushButton_3"))
self.horizontalLayout_2.addWidget(self.pushButton_3)
self.pushButton_2 = QtGui.QPushButton(self.horizontalLayoutWidget_2)
self.pushButton_2.setStyleSheet(_fromUtf8("\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: #3498db;\n"
" border: 0;\n"
" border-bottom: 2px solid #2a8bcc;\n"
" padding: 2px 10px 2px 10px;"))
self.pushButton_2.setObjectName(_fromUtf8("pushButton_2"))
self.horizontalLayout_2.addWidget(self.pushButton_2)
self.label_2 = QtGui.QLabel(self.centralwidget)
self.label_2.setGeometry(QtCore.QRect(10, 10, 171, 31))
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.label_2.setFont(font)
self.label_2.setObjectName(_fromUtf8("label_2"))
self.horizontalLayoutWidget = QtGui.QWidget(self.centralwidget)
self.horizontalLayoutWidget.setGeometry(QtCore.QRect(10, 520, 781, 41))
self.horizontalLayoutWidget.setObjectName(_fromUtf8("horizontalLayoutWidget"))
self.horizontalLayout = QtGui.QHBoxLayout(self.horizontalLayoutWidget)
self.horizontalLayout.setMargin(0)
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.lineEdit = QtGui.QLineEdit(self.horizontalLayoutWidget)
self.lineEdit.setStyleSheet(_fromUtf8(" border: solid 1px #ccc;\n"
" font-size:20px;\n"
" background-color:rgb(255, 255, 255);"))
self.lineEdit.setObjectName(_fromUtf8("lineEdit"))
self.horizontalLayout.addWidget(self.lineEdit)
self.pushButton = QtGui.QPushButton(self.horizontalLayoutWidget)
self.pushButton.setStyleSheet(_fromUtf8("QPushButton {\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: #3498db;\n"
" border: 0;\n"
" padding: 2px 10px 2px 10px;\n"
" border-bottom: 2px solid #2a8bcc;\n"
"}\n"
"\n"
"QPushButton : !enabled { \n"
"\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: rgb(255, 255, 255);\n"
" border: 0;\n"
" border-bottom: 2px solid #2a8bcc;\n"
"\n"
"}"))
self.pushButton.setInputMethodHints(QtCore.Qt.ImhNone)
self.pushButton.setDefault(False)
self.pushButton.setFlat(False)
self.pushButton.setObjectName(_fromUtf8("pushButton"))
self.horizontalLayout.addWidget(self.pushButton)
self.horizontalLayoutWidget_3 = QtGui.QWidget(self.centralwidget)
self.horizontalLayoutWidget_3.setGeometry(QtCore.QRect(10, 100, 561, 40))
self.horizontalLayoutWidget_3.setObjectName(_fromUtf8("horizontalLayoutWidget_3"))
self.horizontalLayout_3 = QtGui.QHBoxLayout(self.horizontalLayoutWidget_3)
self.horizontalLayout_3.setMargin(0)
self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
self.pushButton_5 = QtGui.QPushButton(self.horizontalLayoutWidget_3)
self.pushButton_5.setStyleSheet(_fromUtf8("\n"
" vertical-align: top;\n"
" color: white;\n"
" text-align: center;\n"
" background: #3498db;\n"
" border: 0;\n"
" border-bottom: 2px solid #2a8bcc;\n"
" padding: 2px 10px 2px 10px;"))
self.pushButton_5.setObjectName(_fromUtf8("pushButton_5"))
self.horizontalLayout_3.addWidget(self.pushButton_5)
self.verticalLayoutWidget = QtGui.QWidget(self.centralwidget)
self.verticalLayoutWidget.setGeometry(QtCore.QRect(590, 100, 201, 411))
self.verticalLayoutWidget.setObjectName(_fromUtf8("verticalLayoutWidget"))
self.verticalLayout = QtGui.QVBoxLayout(self.verticalLayoutWidget)
self.verticalLayout.setMargin(0)
self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
self.label = QtGui.QLabel(self.verticalLayoutWidget)
font = QtGui.QFont()
font.setPointSize(16)
font.setBold(True)
font.setWeight(75)
self.label.setFont(font)
self.label.setObjectName(_fromUtf8("label"))
self.verticalLayout.addWidget(self.label)
self.listNames = QtGui.QListWidget(self.verticalLayoutWidget)
self.listNames.setMinimumSize(QtCore.QSize(50, 0))
self.listNames.setMaximumSize(QtCore.QSize(200, 16777215))
self.listNames.setBaseSize(QtCore.QSize(0, 0))
font = QtGui.QFont()
font.setFamily(_fromUtf8("Cantarell"))
font.setPointSize(14)
font.setBold(True)
font.setItalic(False)
font.setWeight(75)
font.setStrikeOut(False)
font.setStyleStrategy(QtGui.QFont.PreferAntialias)
self.listNames.setFont(font)
self.listNames.setFocusPolicy(QtCore.Qt.NoFocus)
self.listNames.setAcceptDrops(False)
self.listNames.setStyleSheet(_fromUtf8("\n"
" position: relative;\n"
" border-radius: 2px;\n"
" font-size: 0.9em;\n"
"background-color: #DEDEDE;\n"
" color: #646464;"))
self.listNames.setFrameShape(QtGui.QFrame.NoFrame)
self.listNames.setFrameShadow(QtGui.QFrame.Sunken)
self.listNames.setLineWidth(1)
self.listNames.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
self.listNames.setObjectName(_fromUtf8("listNames"))
self.verticalLayout.addWidget(self.listNames)
self.listNames_2 = QtGui.QListWidget(self.verticalLayoutWidget)
self.listNames_2.setMinimumSize(QtCore.QSize(50, 0))
self.listNames_2.setMaximumSize(QtCore.QSize(200, 16777215))
self.listNames_2.setBaseSize(QtCore.QSize(0, 0))
font = QtGui.QFont()
font.setFamily(_fromUtf8("Cantarell"))
font.setPointSize(14)
font.setBold(False)
font.setItalic(False)
font.setWeight(50)
font.setStrikeOut(True)
font.setStyleStrategy(QtGui.QFont.PreferAntialias)
self.listNames_2.setFont(font)
self.listNames_2.setFocusPolicy(QtCore.Qt.NoFocus)
self.listNames_2.setAcceptDrops(False)
self.listNames_2.setStyleSheet(_fromUtf8(" position: relative;\n"
" border-radius: 2px;\n"
" font-size: 0.9em;\n"
"background-color: #DEDEDE;\n"
" color: #646464;"))
self.listNames_2.setFrameShape(QtGui.QFrame.NoFrame)
self.listNames_2.setFrameShadow(QtGui.QFrame.Sunken)
self.listNames_2.setLineWidth(1)
self.listNames_2.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff)
self.listNames_2.setObjectName(_fromUtf8("listNames_2"))
self.verticalLayout.addWidget(self.listNames_2)
MainWindow.setCentralWidget(self.centralwidget)
self.retranslateUi(MainWindow)
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow", None))
self.txtOutput.setHtml(_translate("MainWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Arial\'; font-size:14pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Inconsolata\';\"><br /></p></body></html>", None))
self.label_3.setText(_translate("MainWindow", "IP : ", None))
self.lineEdit_4.setText(_translate("MainWindow", "127.0.0.1", None))
self.label_4.setText(_translate("MainWindow", "Port :", None))
self.lineEdit_3.setText(_translate("MainWindow", "2222", None))
self.label_5.setText(_translate("MainWindow", "Pseudo :", None))
self.lineEdit_2.setText(_translate("MainWindow", "anonymous", None))
self.pushButton_6.setText(_translate("MainWindow", "Change pseudo", None))
self.pushButton_3.setText(_translate("MainWindow", "Disconnect", None))
self.pushButton_2.setText(_translate("MainWindow", "Connect", None))
self.label_2.setText(_translate("MainWindow", "Welcome to DNC", None))
self.pushButton.setText(_translate("MainWindow", "Send message", None))
self.pushButton_5.setText(_translate("MainWindow", "Away From Keyboard", None))
self.label.setText(_translate("MainWindow", "Nick list", None))
self.listNames.setSortingEnabled(True)
self.listNames_2.setSortingEnabled(True)

460
client/view/main.ui Normal file
View File

@ -0,0 +1,460 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>567</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>567</height>
</size>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextEdit" name="txtOutput">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>561</width>
<height>361</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>14</pointsize>
<italic>false</italic>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"> position: relative;
border-radius: 2px;
font-size: 0.9em;
background-color: #FAFAFA;
color: #646464;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:14pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Inconsolata';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>781</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>IP : </string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_4">
<property name="styleSheet">
<string notr="true"> border: solid 1px #ccc;
font-size:15px;
background-color:rgb(255, 255, 255);</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string>127.0.0.1</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Port :</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_3">
<property name="styleSheet">
<string notr="true"> border: solid 1px #ccc;
font-size:15px;
background-color:rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>2222</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Pseudo :</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2">
<property name="styleSheet">
<string notr="true"> border: solid 1px #ccc;
font-size:15px;
background-color:rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>anonymous</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_6">
<property name="styleSheet">
<string notr="true">
vertical-align: top;
color: white;
text-align: center;
background: #3498db;
border: 0;
border-bottom: 2px solid #2a8bcc;
padding: 2px 10px 2px 10px;
</string>
</property>
<property name="text">
<string>Change pseudo</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="styleSheet">
<string notr="true">
vertical-align: top;
color: white;
text-align: center;
background: #3498db;
border: 0;
border-bottom: 2px solid #2a8bcc;
padding: 2px 10px 2px 10px;</string>
</property>
<property name="text">
<string>Disconnect</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="styleSheet">
<string notr="true">
vertical-align: top;
color: white;
text-align: center;
background: #3498db;
border: 0;
border-bottom: 2px solid #2a8bcc;
padding: 2px 10px 2px 10px;</string>
</property>
<property name="text">
<string>Connect</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Welcome to DNC</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>520</y>
<width>781</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="styleSheet">
<string notr="true"> border: solid 1px #ccc;
font-size:20px;
background-color:rgb(255, 255, 255);</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="styleSheet">
<string notr="true">QPushButton {
vertical-align: top;
color: white;
text-align: center;
background: #3498db;
border: 0;
padding: 2px 10px 2px 10px;
border-bottom: 2px solid #2a8bcc;
}
QPushButton : !enabled {
vertical-align: top;
color: white;
text-align: center;
background: rgb(255, 255, 255);
border: 0;
border-bottom: 2px solid #2a8bcc;
}</string>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
<property name="text">
<string>Send message</string>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_3">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>561</width>
<height>40</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="pushButton_5">
<property name="styleSheet">
<string notr="true">
vertical-align: top;
color: white;
text-align: center;
background: #3498db;
border: 0;
border-bottom: 2px solid #2a8bcc;
padding: 2px 10px 2px 10px;</string>
</property>
<property name="text">
<string>Away From Keyboard</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>590</x>
<y>100</y>
<width>201</width>
<height>411</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Nick list</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listNames">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Cantarell</family>
<pointsize>14</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
<strikeout>false</strikeout>
<stylestrategy>PreferAntialias</stylestrategy>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">
position: relative;
border-radius: 2px;
font-size: 0.9em;
background-color: #DEDEDE;
color: #646464;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listNames_2">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Cantarell</family>
<pointsize>14</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
<strikeout>true</strikeout>
<stylestrategy>PreferAntialias</stylestrategy>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"> position: relative;
border-radius: 2px;
font-size: 0.9em;
background-color: #DEDEDE;
color: #646464;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>

78
client/view/pmFile.py Normal file
View File

@ -0,0 +1,78 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'pmFile.ui'
#
# Created: Mon Apr 13 21:42:22 2015
# by: PyQt4 UI code generator 4.11.3
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig)
class Ui_Dialog3(object):
def setupUi(self, Dialog3):
Dialog3.setObjectName(_fromUtf8("Dialog3"))
Dialog3.resize(612, 161)
Dialog3.setMaximumSize(QtCore.QSize(612, 161))
self.horizontalLayoutWidget = QtGui.QWidget(Dialog3)
self.horizontalLayoutWidget.setGeometry(QtCore.QRect(30, 100, 531, 41))
self.horizontalLayoutWidget.setObjectName(_fromUtf8("horizontalLayoutWidget"))
self.horizontalLayout = QtGui.QHBoxLayout(self.horizontalLayoutWidget)
self.horizontalLayout.setMargin(0)
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.lineEdit = QtGui.QLineEdit(self.horizontalLayoutWidget)
self.lineEdit.setObjectName(_fromUtf8("lineEdit"))
self.horizontalLayout.addWidget(self.lineEdit)
self.pushButton = QtGui.QPushButton(self.horizontalLayoutWidget)
self.pushButton.setObjectName(_fromUtf8("pushButton"))
self.horizontalLayout.addWidget(self.pushButton)
self.pushButton_2 = QtGui.QPushButton(self.horizontalLayoutWidget)
self.pushButton_2.setObjectName(_fromUtf8("pushButton_2"))
self.horizontalLayout.addWidget(self.pushButton_2)
self.horizontalLayoutWidget_2 = QtGui.QWidget(Dialog3)
self.horizontalLayoutWidget_2.setGeometry(QtCore.QRect(30, 10, 391, 71))
self.horizontalLayoutWidget_2.setObjectName(_fromUtf8("horizontalLayoutWidget_2"))
self.horizontalLayout_2 = QtGui.QHBoxLayout(self.horizontalLayoutWidget_2)
self.horizontalLayout_2.setMargin(0)
self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
self.label = QtGui.QLabel(self.horizontalLayoutWidget_2)
font = QtGui.QFont()
font.setPointSize(14)
font.setBold(True)
font.setWeight(75)
self.label.setFont(font)
self.label.setObjectName(_fromUtf8("label"))
self.horizontalLayout_2.addWidget(self.label)
self.label_2 = QtGui.QLabel(self.horizontalLayoutWidget_2)
font = QtGui.QFont()
font.setPointSize(14)
font.setBold(True)
font.setWeight(75)
self.label_2.setFont(font)
self.label_2.setObjectName(_fromUtf8("label_2"))
self.horizontalLayout_2.addWidget(self.label_2)
self.retranslateUi(Dialog3)
QtCore.QMetaObject.connectSlotsByName(Dialog3)
def retranslateUi(self, Dialog3):
Dialog3.setWindowTitle(_translate("Dialog3", "Dialog", None))
self.pushButton.setText(_translate("Dialog3", "Send it", None))
self.pushButton_2.setText(_translate("Dialog3", "import file ...", None))
self.label.setText(_translate("Dialog3", "Sending a file to : ", None))
self.label_2.setText(_translate("Dialog3", "BobZorro", None))

94
client/view/pmFile.ui Normal file
View File

@ -0,0 +1,94 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog3</class>
<widget class="QDialog" name="Dialog3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>612</width>
<height>161</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>612</width>
<height>161</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>531</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Send it</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>import file ...</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>391</width>
<height>71</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Sending a file to : </string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>BobZorro</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>

101
client/view/pmWindow.py Normal file
View File

@ -0,0 +1,101 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'pmWindow.ui'
#
# Created: Sun Apr 12 16:19:04 2015
# by: PyQt4 UI code generator 4.11.3
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig)
class Ui_Dialog2(object):
def setupUi(self, Dialog2):
Dialog2.setObjectName(_fromUtf8("Dialog2"))
Dialog2.resize(605, 373)
self.horizontalLayoutWidget_2 = QtGui.QWidget(Dialog2)
self.horizontalLayoutWidget_2.setGeometry(QtCore.QRect(50, 50, 531, 31))
self.horizontalLayoutWidget_2.setObjectName(_fromUtf8("horizontalLayoutWidget_2"))
self.horizontalLayout_2 = QtGui.QHBoxLayout(self.horizontalLayoutWidget_2)
self.horizontalLayout_2.setMargin(0)
self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
self.pushButton_3 = QtGui.QPushButton(self.horizontalLayoutWidget_2)
self.pushButton_3.setObjectName(_fromUtf8("pushButton_3"))
self.horizontalLayout_2.addWidget(self.pushButton_3)
self.pushButton_4 = QtGui.QPushButton(self.horizontalLayoutWidget_2)
self.pushButton_4.setObjectName(_fromUtf8("pushButton_4"))
self.horizontalLayout_2.addWidget(self.pushButton_4)
self.horizontalLayoutWidget = QtGui.QWidget(Dialog2)
self.horizontalLayoutWidget.setGeometry(QtCore.QRect(50, 320, 531, 41))
self.horizontalLayoutWidget.setObjectName(_fromUtf8("horizontalLayoutWidget"))
self.horizontalLayout = QtGui.QHBoxLayout(self.horizontalLayoutWidget)
self.horizontalLayout.setMargin(0)
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.lineEdit = QtGui.QLineEdit(self.horizontalLayoutWidget)
self.lineEdit.setObjectName(_fromUtf8("lineEdit"))
self.horizontalLayout.addWidget(self.lineEdit)
self.pushButton = QtGui.QPushButton(self.horizontalLayoutWidget)
self.pushButton.setObjectName(_fromUtf8("pushButton"))
self.horizontalLayout.addWidget(self.pushButton)
self.txtOutput = QtGui.QTextEdit(Dialog2)
self.txtOutput.setGeometry(QtCore.QRect(50, 80, 531, 231))
self.txtOutput.setMinimumSize(QtCore.QSize(200, 0))
font = QtGui.QFont()
font.setFamily(_fromUtf8("Arial"))
font.setPointSize(14)
font.setItalic(False)
self.txtOutput.setFont(font)
self.txtOutput.setFocusPolicy(QtCore.Qt.NoFocus)
self.txtOutput.setAcceptDrops(False)
self.txtOutput.setFrameShape(QtGui.QFrame.NoFrame)
self.txtOutput.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
self.txtOutput.setTextInteractionFlags(QtCore.Qt.TextBrowserInteraction)
self.txtOutput.setObjectName(_fromUtf8("txtOutput"))
self.horizontalLayoutWidget_3 = QtGui.QWidget(Dialog2)
self.horizontalLayoutWidget_3.setGeometry(QtCore.QRect(50, 10, 531, 41))
self.horizontalLayoutWidget_3.setObjectName(_fromUtf8("horizontalLayoutWidget_3"))
self.horizontalLayout_4 = QtGui.QHBoxLayout(self.horizontalLayoutWidget_3)
self.horizontalLayout_4.setMargin(0)
self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4"))
self.label = QtGui.QLabel(self.horizontalLayoutWidget_3)
self.label.setObjectName(_fromUtf8("label"))
self.horizontalLayout_4.addWidget(self.label)
self.label_2 = QtGui.QLabel(self.horizontalLayoutWidget_3)
font = QtGui.QFont()
font.setPointSize(12)
font.setBold(True)
font.setWeight(75)
self.label_2.setFont(font)
self.label_2.setObjectName(_fromUtf8("label_2"))
self.horizontalLayout_4.addWidget(self.label_2)
self.retranslateUi(Dialog2)
QtCore.QMetaObject.connectSlotsByName(Dialog2)
def retranslateUi(self, Dialog2):
Dialog2.setWindowTitle(_translate("Dialog2", "Dialog", None))
self.pushButton_3.setText(_translate("Dialog2", "Accept", None))
self.pushButton_4.setText(_translate("Dialog2", "Refuse", None))
self.pushButton.setText(_translate("Dialog2", "Send message", None))
self.txtOutput.setHtml(_translate("Dialog2", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Arial\'; font-size:14pt; font-weight:400; font-style:normal;\">\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:\'Inconsolata\';\"><br /></p></body></html>", None))
self.label.setText(_translate("Dialog2", "Private Discussion with :", None))
self.label_2.setText(_translate("Dialog2", "TextLabel", None))

145
client/view/pmWindow.ui Normal file
View File

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog2</class>
<widget class="QDialog" name="Dialog2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>605</width>
<height>373</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget_2">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>531</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="text">
<string>Accept</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_4">
<property name="text">
<string>Refuse</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>50</x>
<y>320</y>
<width>531</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Send message</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTextEdit" name="txtOutput">
<property name="geometry">
<rect>
<x>50</x>
<y>80</y>
<width>531</width>
<height>231</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>14</pointsize>
<italic>false</italic>
</font>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:14pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Inconsolata';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget_3">
<property name="geometry">
<rect>
<x>50</x>
<y>10</y>
<width>531</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Private Discussion with :</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>