CS
VB, VB.NET
ASP.NET,ASP
C, C++
ColdFusion
PHP
Javascript
Delphi
Flash
Java
Graphisme
Irc
Assembleur
C#
Mobilité
SQL
Foxpro
Python
Regex
Flex
Windev
Ce site au démarrage
Derniers codes
Outils
Divers
Connexion
Visual Basic
ASP
C++
ColdFusion
PHP
Javascript
Delphi
Flash
Java
Graphisme
Irc
Assembleur
C#
Mobilité
SQL
Foxpro
Python
Regex
Flex
Statistiques ;-)
Crédits
>>
Sites CodeS-SourceS
Visual basic
C++
C#
Java
PHP
ASP
ASP.NET
ColdFusion
Delphi
Javascript
Flash
Flex / AIR
Graphisme
Assembleur
IRC
Mobilité
SQL
FoxPro
Python
CodeS-SourceS ToolBox
Convertisseur C#<->VB
Colorisation de Code
Table ASCII
Trouver un fichier de code source :
Version Française -
English Version
Accueil
>
C++
>
QL-CHATROOM V 1.0
>
MiniChat/Client/msgprivee.h
QL-CHATROOM V 1.0
MiniChat/Client/msgprivee.h
Informations sur ce code source
Code Source
QL-CHATROOM V 1.0
Auteur
mature
Fichier
MiniChat/Client/msgprivee.h en
C / C++ / C++.NET
Publié le
02/03/2012
Qualité ChatRoom v 1.0 Une application de chat, genre salon de chat avec un administrateur. Programmer par C++, bibliothèque Qt architecture client/serveur. Les sockets sont échangés entre les clients et le serveur par le protocole réseau T
Fichier :
MiniChat/Client/msgprivee.h
Nombre de lignes :
25 lignes
Afficher ce fichier en plein écran
#ifndef MSGPRIVEE_H
#define MSGPRIVEE_H
#include "
ui_msgPrivee.h
"
#include <QDialog>
#include <QTcpSocket>
class
MsgPrivee :
public
QDialog,
public
Ui::msgPrivee
{
public
:
MsgPrivee(QWidget * parent = 0);
private
slots:
void
on_envoyerButton_clicked();
void
readyRead();
void
connected();
//void error();
//void closeConnection();
public
:
QTcpSocket * socket;
QString client1;
QString client2;
};
#endif
// MSGPRIVEE_H