11 lines
841 B
Plaintext
11 lines
841 B
Plaintext
digraph "GpgFrontend::UI::SettingsDialog"
|
|
{
|
|
// INTERACTIVE_SVG=YES
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
Node1 [label="{GpgFrontend::UI::Settings\lDialog\n|+ general_tab_\l+ appearance_tab_\l+ key_server_tab_\l+ network_tab_\l- tab_widget_\l- button_box_\l- restart_needed_\l|+ SettingsDialog()\l+ ListLanguages()\l+ SlotAccept()\l- get_restart_needed()\l- slot_set_restart_needed()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
|
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal"];
|
|
Node2 [label="{QDialog\n||}",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
|
|
}
|