QT Application to control client socket

Emmanuel Buckshi 557b48f950 Updating README пре 5 година
.circleci dcf2f999c7 new production dockerfile пре 5 година
headers 9625106606 preview images with spaces in filename пре 5 година
icons 5626d9e3b6 latest changes based on feedback пре 5 година
include 2fec77aeb9 forgot header пре 5 година
src c33aa043e4 argsdialog items get deleted properly пре 5 година
style d0e477109e changed UI to have a big connect button on first render, which disappears after connecting пре 5 година
.gitignore 7c73d17b44 adding KY_GUI`s production runtime image, as well as a build script which updates the hub пре 5 година
README.md 557b48f950 Updating README пре 5 година
argdialog.ui 5626d9e3b6 latest changes based on feedback пре 5 година
consoledialog.ui 3ec22cae6c UI has better structure, events are organized, raw console is its own dialog, headers are included one at a time using QT`s standard пре 5 година
favicon.ico 34d8431716 major work on sending files пре 5 година
kres.qrc df8e22eb16 clear and default buttons пре 5 година
ky_gui.pro 191c806a30 finally control over file dialog appearance пре 5 година
ky_gui.pro.user.4.10-pre1 3ec22cae6c UI has better structure, events are organized, raw console is its own dialog, headers are included one at a time using QT`s standard пре 5 година
kygen.dox b649e730fd preliminary doxygen docs пре 5 година
kygui_docs.css b649e730fd preliminary doxygen docs пре 5 година
mainwindow.ui afdcf36344 improving visibility of config textedit and filedialog пре 5 година
ui_argdialog.h 5626d9e3b6 latest changes based on feedback пре 5 година
ui_consoledialog.h a3c911944a now we don`t have to use a custom text edit пре 5 година

README.md

KYGUI

KY GUI is a socket client business application for KStyleYo, providing them with oversight and control of their digital operations

Features

  • Interface for user-configurable, delegated and parametrized process execution
  • Compatibility with the KIQ messaging protocol
  • Observation of KStyleYo's digital business operations

Installation / Deployment

Note: You must be running a Linux operating system with an X11 based Desktop Environment. Your X Server must be permitted to accept connections from localhost.

Docker is the preferred method of running KY GUI.

  1. Navigate to https://hub.docker.com/repository/registry-1.docker.io/logicp/ky_gui/tags?page=1 to see a list of images
  2. From the command line, login to docker hub and pull the production image
    • docker pull logicp/ky_gui:production
  3. Run the container while linking the X11 socket from your X Server
    • docker run --device /dev/dri/ -it --network host -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY logicp/ky_gui:production ./ky_gui <KServer IP> <Port> <Optional Argument>