Move RDToolTip into separate file independent of tree view

This commit is contained in:
baldurk
2026-08-13 17:46:43 +01:00
parent f9035e1c42
commit 94c4e656d6
9 changed files with 234 additions and 150 deletions
+8
View File
@@ -662,6 +662,7 @@
<ClCompile Include="$(IntDir)generated\moc_RDTableView.cpp" />
<ClCompile Include="$(IntDir)generated\moc_RDTableWidget.cpp" />
<ClCompile Include="$(IntDir)generated\moc_RDTreeView.cpp" />
<ClCompile Include="$(IntDir)generated\moc_RDToolTip.cpp" />
<ClCompile Include="$(IntDir)generated\moc_RDTreeWidget.cpp" />
<ClCompile Include="$(IntDir)generated\moc_ResourcePreview.cpp" />
<ClCompile Include="$(IntDir)generated\moc_ScintillaDocument.cpp">
@@ -724,6 +725,7 @@
<ClCompile Include="Widgets\Extended\RDTableView.cpp" />
<ClCompile Include="Widgets\Extended\RDTableWidget.cpp" />
<ClCompile Include="Widgets\Extended\RDTreeView.cpp" />
<ClCompile Include="Widgets\Extended\RDToolTip.cpp" />
<ClCompile Include="Widgets\Extended\RDTreeWidget.cpp" />
<ClCompile Include="Widgets\PipelineFlowChart.cpp" />
<ClCompile Include="Widgets\RangeHistogram.cpp" />
@@ -1138,6 +1140,12 @@
<Message>MOC %(Filename).h</Message>
<Outputs>$(IntDir)generated\moc_%(Filename).cpp</Outputs>
</CustomBuild>
<CustomBuild Include="Widgets\Extended\RDToolTip.h">
<AdditionalInputs>%(Fullpath);$(QtBinDir)\moc.exe;%(AdditionalInputs)</AdditionalInputs>
<Command>"$(QtBinDir)\moc.exe" -DUNICODE -DWIN32 -DWIN64 -D_WIN32 -D_WIN64 -DRENDERDOC_PLATFORM_WIN32 -DSCINTILLA_QT=1 -DSCI_LEXER=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1900 -I"$(ProjectDir)." -I"$(SolutionDir)\renderdoc\api\replay" -I"$(QtIncludeDir)" -I"$(QtIncludeDir)\QtWidgets" -I"$(QtIncludeDir)\QtGui" -I"$(QtIncludeDir)\QtCore" "%(Fullpath)" -o "$(IntDir)generated\moc_%(Filename).cpp"</Command>
<Message>MOC %(Filename).h</Message>
<Outputs>$(IntDir)generated\moc_%(Filename).cpp</Outputs>
</CustomBuild>
<CustomBuild Include="Widgets\Extended\RDTreeWidget.h">
<AdditionalInputs>%(Fullpath);$(QtBinDir)\moc.exe;%(AdditionalInputs)</AdditionalInputs>
<Command>"$(QtBinDir)\moc.exe" -DUNICODE -DWIN32 -DWIN64 -D_WIN32 -D_WIN64 -DRENDERDOC_PLATFORM_WIN32 -DSCINTILLA_QT=1 -DSCI_LEXER=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_MSC_VER=1900 -I"$(ProjectDir)." -I"$(SolutionDir)\renderdoc\api\replay" -I"$(QtIncludeDir)" -I"$(QtIncludeDir)\QtWidgets" -I"$(QtIncludeDir)\QtGui" -I"$(QtIncludeDir)\QtCore" "%(Fullpath)" -o "$(IntDir)generated\moc_%(Filename).cpp"</Command>