This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3GestionParking/doc/html/inherit_graph_33.dot

10 lines
576 B
Plaintext
Raw Permalink Normal View History

2015-02-08 20:33:24 +01:00
digraph "Graphical Class Hierarchy"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node1 [label="QWidget",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="src.v.MyQWidget.MyQWidget",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsrc_1_1v_1_1_my_q_widget_1_1_my_q_widget.html"];
}