输出效果改进
This commit is contained in:
parent
9f5d5a69d9
commit
fd493ec599
|
@ -6,9 +6,9 @@
|
|||
<LocalDebuggerCommandArguments>-path "D:\手作小说\科学+修仙+创造世界"</LocalDebuggerCommandArguments>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:09.5149902Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.0274209Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:10.1620916Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.3032065Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -433,7 +433,7 @@ QString printer::tools_printer::storylines_paint(const QList<std::shared_ptr<Sto
|
|||
for (auto& story : lines) {
|
||||
auto story_elem = std::dynamic_pointer_cast<const example_novel::StoryDefine>(story->accessPeers()->element());
|
||||
node_records[story_elem->signature()] = story;
|
||||
nodes_description += get_node_name(story) + QString(u8"[label=\"%1\",shape=\"cds\"]\n").arg(story_elem->name());
|
||||
nodes_description += get_node_name(story) + QString(u8"[fillcolor=pink,label=\"%1\",shape=\"cds\"]\n").arg(story_elem->name());
|
||||
|
||||
for (auto &frag : story->elements()) {
|
||||
auto fragment_peers = frag->accessPeers()->element();
|
||||
|
@ -465,7 +465,7 @@ QString printer::tools_printer::storylines_paint(const QList<std::shared_ptr<Sto
|
|||
}
|
||||
}
|
||||
|
||||
return QString(u8"digraph{ rankdir = LR \n %1\n %2 }").arg(nodes_description).arg(arrows_link);
|
||||
return QString(u8"digraph{ rankdir = LR \n node[style=filled] \n %1\n %2 }").arg(nodes_description).arg(arrows_link);
|
||||
}
|
||||
|
||||
QString printer::tools_printer::volumes_paint(const QList<std::shared_ptr<StoryVolume>>& vols, const QList<std::shared_ptr<StoryLine>>& lines) {
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:07.9939759Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.4291618Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:08.5080837Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.6149103Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -5,9 +5,9 @@
|
|||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:09.2446829Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:43.0048786Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:09.9098598Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:43.1820127Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -2,9 +2,9 @@
|
|||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:08.7052495Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.7152812Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<QtLastBackgroundBuild>2024-05-20T12:44:09.0764880Z</QtLastBackgroundBuild>
|
||||
<QtLastBackgroundBuild>2024-05-21T04:45:42.9136302Z</QtLastBackgroundBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue