Conquest Linux GUI

  • Hi,


    i've started to write a GUI for the linux version which mimics the one available for windows.
    It is written in C++ with the latest QT framework.


    At the moment i have got half of the 'Configuration' tab, half of 'Maintenance', all of 'Known DICOM providers' and 'Server status' (missing multi-process button and bug report button). I am working on the drag&drop feature of the server status tab at the moment.


    If there is general interest i would available after i have done the drag&drop feature.
    The source code of the windows GUI is not available is it? I'd be interested in the 'Browse database' tab, for which i have no idea how to implemented it at the moment.


    ~Matthias

  • Hi Mathias,


    The browser tab works as follows - in short:


    dgate selects list of patients to DBF (dbase III) file
    the browser loads the DBF file
    you click a patient on the browser
    dgate extracts all databases for the patient in DBF files
    the browser loads the 3 other DBF files
    when you click an image
    dgate converts the image into BMP (or GIF or JPG) format
    the browser loads the image from file and displays it.


    So you first need to find a component to display a DBF file in a string grid.
    Alternatively dgate can create fomatted text files of the databases.


    Marcel

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!