├── qsocketClient ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── myscrollarea.cpp ├── myscrollarea.h ├── qsocketClient.pro ├── qsocketClient.pro.user └── qsocketClient.pro.user.3.2-pre1 └── qsocketServer ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── mytcpsocket.cpp ├── mytcpsocket.h ├── mythread.cpp ├── mythread.h ├── qsocketServer.pro ├── qsocketServer.pro.user ├── qsocketServer.pro.user.3.2-pre1 └── untitled ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── untitled.pro └── untitled.pro.user /qsocketClient/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/main.cpp -------------------------------------------------------------------------------- /qsocketClient/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/mainwindow.cpp -------------------------------------------------------------------------------- /qsocketClient/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/mainwindow.h -------------------------------------------------------------------------------- /qsocketClient/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/mainwindow.ui -------------------------------------------------------------------------------- /qsocketClient/myscrollarea.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/myscrollarea.cpp -------------------------------------------------------------------------------- /qsocketClient/myscrollarea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/myscrollarea.h -------------------------------------------------------------------------------- /qsocketClient/qsocketClient.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/qsocketClient.pro -------------------------------------------------------------------------------- /qsocketClient/qsocketClient.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/qsocketClient.pro.user -------------------------------------------------------------------------------- /qsocketClient/qsocketClient.pro.user.3.2-pre1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketClient/qsocketClient.pro.user.3.2-pre1 -------------------------------------------------------------------------------- /qsocketServer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/main.cpp -------------------------------------------------------------------------------- /qsocketServer/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mainwindow.cpp -------------------------------------------------------------------------------- /qsocketServer/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mainwindow.h -------------------------------------------------------------------------------- /qsocketServer/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mainwindow.ui -------------------------------------------------------------------------------- /qsocketServer/mytcpsocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mytcpsocket.cpp -------------------------------------------------------------------------------- /qsocketServer/mytcpsocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mytcpsocket.h -------------------------------------------------------------------------------- /qsocketServer/mythread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mythread.cpp -------------------------------------------------------------------------------- /qsocketServer/mythread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/mythread.h -------------------------------------------------------------------------------- /qsocketServer/qsocketServer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/qsocketServer.pro -------------------------------------------------------------------------------- /qsocketServer/qsocketServer.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/qsocketServer.pro.user -------------------------------------------------------------------------------- /qsocketServer/qsocketServer.pro.user.3.2-pre1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/qsocketServer.pro.user.3.2-pre1 -------------------------------------------------------------------------------- /qsocketServer/untitled/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/main.cpp -------------------------------------------------------------------------------- /qsocketServer/untitled/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/mainwindow.cpp -------------------------------------------------------------------------------- /qsocketServer/untitled/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/mainwindow.h -------------------------------------------------------------------------------- /qsocketServer/untitled/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/mainwindow.ui -------------------------------------------------------------------------------- /qsocketServer/untitled/untitled.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/untitled.pro -------------------------------------------------------------------------------- /qsocketServer/untitled/untitled.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mario206/Qt_remote_screen/HEAD/qsocketServer/untitled/untitled.pro.user --------------------------------------------------------------------------------