Showing 19 open source projects for "diagram qt"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    QtRPT

    QtRPT

    Easy-to-use print report library and designer

    QtRPT is the easy-to-use report engine written in C++ QtToolkit. It allows combining several reports in one XML file. For separately taken field, you can specify some condition depending on which this field will display in different font and background color, etc. The project consists of two parts: report library QtRPT and report designer application QtRptDesigner. Report file is a file in XML format. The report designer makes easy to create report XML file.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 2
    Eulumdat_3D - QLumEdit2

    Eulumdat_3D - QLumEdit2

    show and edit eulumdat files

    Eulumdat_3D the better Eulumdat viewer and editor. You can view ldt files as 3D ,compare two luminaires, print a simple datasheet. From given light distribution you can create different ldt files depending on light flux and CCT also as app under https://play.google.com/store/apps/details?id=com.riloc.eulumdat
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Small Qt/Qwt program to display an analemma diagram of the sun. This is the curve representing the sun's angular height above the horizon. The program shows one curve per full hour (the real analemma) and one for every first day of a month.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ProgramNet Designer

    ProgramNet Designer

    C++ cross plattform functional block programming

    With the help of the ProgramNet the user can develop plug-ins(called units) which can be connected with other units forming a net. The net has a form of a flow diagram. The resulted net can be executed in the ProgramNet for testing purposes or independently in the target platform as a final release. In order to execute a net the ProgramNet uses the kernel. The kernel executes automatically each unit in a separate thread and manages the data exchange between the units.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    PlantUML QEditor

    PlantUML QEditor

    A PlantUML editor written in Qt4

    A simple editor for PlantUML. Requires PlantUML (and its dependencies, java and graphviz/dot). Some features: * update the diagram while editing * code assistant to insert ready-made code snipets * written in Qt4, so it should run on all platforms supported by Qt4 and PlantUML * option to cache the PlantUML output to speed redo, undo and loading from disk * can be used as a PlantUML viewer (see the wiki for more info)
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 7
    Jade

    Jade

    Jade is a cross-platform diagram editor built on the Qt framework.

    Jade is a cross-platform diagram editor built on the Qt framework. It is similar in scope to Microsoft Visio or Gnome dia. It is released under the GNU General Public License version 3.0 and is available for Windows, Linux, and likely any other platform that is supported by the Qt library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ColorApplet

    Qt Applet for color conversion

    Qt Applet for color conversion between different spaces (XYZ, xyz, L*U*V*, LAB (Hunter), L*A*B*, RGB, sRGB, Adobe RGB, YIQ, Y'UV). Gives the color for a Black Body at a given temperature. Plots the chromaticity diagram and gives an approximation of the dominant wavelength and purity. Plots the histograms for an input image in a given color space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Database Deployment Manager
    DBM is a Database Deployment Manager application. It provides an easy way of creating the initial database layout, and also features a diagram editor to visualize the relationship between tables. It also has a unique object oriented modelling feature
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    PGNreader

    PGNreader

    Chess game interface

    ...Some of the notable features are. Forsythe Edwards Notation. PGN Files read and write. Unadorned Chess Diagrams. Unlimited Simultaneous Diagrams. Diagram Cloning. Graphical Diagramming. XML output for Chess Authoring. PGN processing sub processes. Open Source Chess Engine interfacing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Konzept is a small class diagram editor. Major design goal was usability. The project was inspired by the static diagram editor of the Toolkit of Conceptual Modelling. Konzept is a pure Qt application written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    "Tiny Oracle Get" is a Oracle DB GUI tool on Linux/Windows for developers. It supports DB browsing, comparison of SQL results, DDL output, drawing ER-diagram automatically, Excel friendly interface with multi-Language.Required Oracle Client and Qt4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is an entity relationship diagram visualization widget programmed on QT4. With this tool you can draw objects (computers, people, whatever), and the relationship between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple, quick'n'dirty Qt network traffic diagram. The software is provided as it is. Feel free to use it, modify it, run it, or even delete it from your PC. I don't care. Get this running via "qmake && make && ./qnd [iface]"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dia2fsm reads DIA diagram files constructed in the prescribed format and produces Finite State Machine (FSM) skeleton code. dia2fsm currently supports code generation to C and C++ and is built on Linux only. dia2fsm depends on Qt, and has been partially
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Educational astrometry utility for plotting stars on a Hertzsprung-Russel diagram. Useful for learning about stellar spectra and properties and performing spectroscopic parallax calculations, as found in many high school physics courses.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    GPs - Goddchen PeteSahat scanner A network scanner that displays information of the PCs in your network or a custom ip range as tree view or diagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Program for drawing block diagrams, with xml-based file format and can export to eps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Heimer

    Heimer

    Heimer is a simple cross-platform mind map tool written in Qt.

    Heimer is a simple cross-platform mind map tool written in Qt. Emphasis on easy diagram creation, simplicity, and speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB