diff --git a/qrenderdoc/Windows/APIInspector.ui b/qrenderdoc/Windows/APIInspector.ui index 70b79bad2..5755cdbe4 100644 --- a/qrenderdoc/Windows/APIInspector.ui +++ b/qrenderdoc/Windows/APIInspector.ui @@ -18,16 +18,16 @@ 0 - 0 + 3 - 0 + 3 - 0 + 3 - 0 + 3 diff --git a/qrenderdoc/Windows/BufferViewer.cpp b/qrenderdoc/Windows/BufferViewer.cpp index 698716387..e8fffee0b 100644 --- a/qrenderdoc/Windows/BufferViewer.cpp +++ b/qrenderdoc/Windows/BufferViewer.cpp @@ -1098,6 +1098,7 @@ void BufferViewer::SetupRawView() ui->instance->setVisible(false); ui->vsinData->setWindowTitle(tr("Buffer Contents")); + ui->vsinData->setFrameShape(QFrame::NoFrame); ui->dockarea->addToolWindow(ui->vsinData, ToolWindowManager::EmptySpace); ui->dockarea->setToolWindowProperties(ui->vsinData, ToolWindowManager::HideCloseButton); @@ -1116,7 +1117,7 @@ void BufferViewer::SetupRawView() QVBoxLayout *vertical = new QVBoxLayout(this); vertical->setSpacing(3); - vertical->setContentsMargins(0, 0, 0, 0); + vertical->setContentsMargins(3, 3, 3, 3); vertical->addWidget(ui->meshToolbar); vertical->addWidget(ui->dockarea); @@ -1141,18 +1142,21 @@ void BufferViewer::SetupMeshView() ui->dockarea->setToolWindowProperties(ui->outputTabs, ToolWindowManager::HideCloseButton); ui->vsinData->setWindowTitle(tr("VS Input")); + ui->vsinData->setFrameShape(QFrame::NoFrame); ui->dockarea->addToolWindow( ui->vsinData, ToolWindowManager::AreaReference(ToolWindowManager::TopOf, ui->dockarea->areaOf(ui->outputTabs), 0.5f)); ui->dockarea->setToolWindowProperties(ui->vsinData, ToolWindowManager::HideCloseButton); ui->vsoutData->setWindowTitle(tr("VS Output")); + ui->vsoutData->setFrameShape(QFrame::NoFrame); ui->dockarea->addToolWindow( ui->vsoutData, ToolWindowManager::AreaReference(ToolWindowManager::RightOf, ui->dockarea->areaOf(ui->vsinData), 0.5f)); ui->dockarea->setToolWindowProperties(ui->vsoutData, ToolWindowManager::HideCloseButton); ui->gsoutData->setWindowTitle(tr("GS/DS Output")); + ui->gsoutData->setFrameShape(QFrame::NoFrame); ui->dockarea->addToolWindow( ui->gsoutData, ToolWindowManager::AreaReference(ToolWindowManager::AddTo, ui->dockarea->areaOf(ui->vsoutData), 0.5f)); @@ -1225,7 +1229,7 @@ void BufferViewer::SetupMeshView() QVBoxLayout *vertical = new QVBoxLayout(this); vertical->setSpacing(3); - vertical->setContentsMargins(0, 0, 0, 0); + vertical->setContentsMargins(3, 3, 3, 3); vertical->addWidget(ui->meshToolbar); vertical->addWidget(ui->dockarea); diff --git a/qrenderdoc/Windows/BufferViewer.ui b/qrenderdoc/Windows/BufferViewer.ui index 9428cbe31..27a6838bd 100644 --- a/qrenderdoc/Windows/BufferViewer.ui +++ b/qrenderdoc/Windows/BufferViewer.ui @@ -99,6 +99,9 @@ 0 + + true + VS In diff --git a/qrenderdoc/Windows/ConstantBufferPreviewer.ui b/qrenderdoc/Windows/ConstantBufferPreviewer.ui index b6e6a0987..118a76d43 100644 --- a/qrenderdoc/Windows/ConstantBufferPreviewer.ui +++ b/qrenderdoc/Windows/ConstantBufferPreviewer.ui @@ -18,16 +18,16 @@ 0 - 0 + 3 - 0 + 3 - 0 + 3 - 0 + 3 diff --git a/qrenderdoc/Windows/DebugMessageView.ui b/qrenderdoc/Windows/DebugMessageView.ui index cbc72363e..53c2cc4a7 100644 --- a/qrenderdoc/Windows/DebugMessageView.ui +++ b/qrenderdoc/Windows/DebugMessageView.ui @@ -12,16 +12,16 @@ - 2 + 3 - 2 + 3 - 2 + 3 - 2 + 3 diff --git a/qrenderdoc/Windows/Dialogs/CaptureDialog.ui b/qrenderdoc/Windows/Dialogs/CaptureDialog.ui index 651fbb381..00fdc7ad1 100644 --- a/qrenderdoc/Windows/Dialogs/CaptureDialog.ui +++ b/qrenderdoc/Windows/Dialogs/CaptureDialog.ui @@ -7,7 +7,7 @@ 0 0 578 - 943 + 1025 @@ -18,16 +18,16 @@ 4 - 6 + 3 - 6 + 3 - 6 + 3 - 6 + 3 @@ -787,8 +787,6 @@
Widgets/Extended/RDLabel.h
- - - + diff --git a/qrenderdoc/Windows/Dialogs/LiveCapture.ui b/qrenderdoc/Windows/Dialogs/LiveCapture.ui index 5b3abe0f4..d069bcdd1 100644 --- a/qrenderdoc/Windows/Dialogs/LiveCapture.ui +++ b/qrenderdoc/Windows/Dialogs/LiveCapture.ui @@ -15,16 +15,16 @@ - 2 + 3 - 2 + 3 - 2 + 3 - 2 + 3 @@ -401,16 +401,16 @@
- - RDListWidget - QListWidget -
Widgets/Extended/RDListWidget.h
-
RDLabel QLabel
Widgets/Extended/RDLabel.h
+ + RDListWidget + QListWidget +
Widgets/Extended/RDListWidget.h
+
diff --git a/qrenderdoc/Windows/EventBrowser.ui b/qrenderdoc/Windows/EventBrowser.ui index d1f1dcbe0..ad82120be 100644 --- a/qrenderdoc/Windows/EventBrowser.ui +++ b/qrenderdoc/Windows/EventBrowser.ui @@ -6,34 +6,28 @@ 0 0 - 275 + 279 298 Event Browser - - QFrame::StyledPanel - - - QFrame::Raised - 0 - 0 + 3 - 0 + 3 - 0 + 3 - 0 + 3 diff --git a/qrenderdoc/Windows/PipelineState/D3D11PipelineStateViewer.ui b/qrenderdoc/Windows/PipelineState/D3D11PipelineStateViewer.ui index 7bc87327a..773b7c37c 100644 --- a/qrenderdoc/Windows/PipelineState/D3D11PipelineStateViewer.ui +++ b/qrenderdoc/Windows/PipelineState/D3D11PipelineStateViewer.ui @@ -29,10 +29,10 @@ - QFrame::NoFrame + QFrame::Panel - QFrame::Plain + QFrame::Raised @@ -48,7 +48,7 @@ 0 - 2 + 0 @@ -202,22 +202,22 @@ 0 0 - 857 - 478 + 855 + 476 - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -586,16 +586,16 @@
- 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -735,8 +735,8 @@ 0 0 - 853 - 425 + 855 + 427 @@ -972,16 +972,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1118,8 +1118,8 @@ 0 0 - 853 - 425 + 855 + 427 @@ -1355,16 +1355,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1501,8 +1501,8 @@ 0 0 - 853 - 425 + 855 + 427 @@ -1738,16 +1738,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1884,8 +1884,8 @@ 0 0 - 853 - 425 + 855 + 427 @@ -2177,16 +2177,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2722,16 +2722,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2868,8 +2868,8 @@ 0 0 - 853 - 425 + 855 + 427 @@ -3105,16 +3105,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3129,8 +3129,8 @@ 0 0 - 853 - 474 + 855 + 476 @@ -3755,16 +3755,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -4000,7 +4000,7 @@ 0 0 - 837 + 839 424 diff --git a/qrenderdoc/Windows/PipelineState/D3D12PipelineStateViewer.ui b/qrenderdoc/Windows/PipelineState/D3D12PipelineStateViewer.ui index 957526f7b..4049caa5c 100644 --- a/qrenderdoc/Windows/PipelineState/D3D12PipelineStateViewer.ui +++ b/qrenderdoc/Windows/PipelineState/D3D12PipelineStateViewer.ui @@ -29,10 +29,10 @@ - QFrame::NoFrame + QFrame::Panel - QFrame::Plain + QFrame::Raised @@ -48,7 +48,7 @@ 0 - 2 + 0 @@ -469,16 +469,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -615,8 +615,8 @@ 0 0 - 864 - 383 + 868 + 387 @@ -852,16 +852,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -998,8 +998,8 @@ 0 0 - 864 - 383 + 868 + 387 @@ -1235,16 +1235,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1381,8 +1381,8 @@ 0 0 - 864 - 383 + 868 + 387 @@ -1618,16 +1618,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1764,8 +1764,8 @@ 0 0 - 864 - 383 + 868 + 387 @@ -2057,16 +2057,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2604,16 +2604,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2750,8 +2750,8 @@ 0 0 - 864 - 383 + 868 + 387 @@ -2987,16 +2987,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3011,8 +3011,8 @@ 0 0 - 864 - 432 + 868 + 436 @@ -3612,16 +3612,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3848,7 +3848,7 @@ 0 0 - 848 + 852 338 diff --git a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.ui b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.ui index 055b6adb5..7d9ccc730 100644 --- a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.ui +++ b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.ui @@ -29,10 +29,10 @@ - QFrame::NoFrame + QFrame::Panel - QFrame::Plain + QFrame::Raised @@ -48,7 +48,7 @@ 0 - 2 + 0 @@ -469,16 +469,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -615,8 +615,8 @@ 0 0 - 869 - 424 + 873 + 428 @@ -904,16 +904,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1050,8 +1050,8 @@ 0 0 - 869 - 424 + 873 + 428 @@ -1339,16 +1339,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1485,8 +1485,8 @@ 0 0 - 869 - 424 + 873 + 428 @@ -1774,16 +1774,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1920,7 +1920,7 @@ 0 0 - 853 + 857 454 @@ -2308,16 +2308,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3184,16 +3184,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3330,8 +3330,8 @@ 0 0 - 869 - 424 + 873 + 428 @@ -3619,16 +3619,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3643,8 +3643,8 @@ 0 0 - 869 - 473 + 873 + 477 @@ -4095,16 +4095,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -4241,8 +4241,8 @@ 0 0 - 869 - 424 + 873 + 428 diff --git a/qrenderdoc/Windows/PipelineState/PipelineStateViewer.ui b/qrenderdoc/Windows/PipelineState/PipelineStateViewer.ui index 457dd8595..59bf84763 100644 --- a/qrenderdoc/Windows/PipelineState/PipelineStateViewer.ui +++ b/qrenderdoc/Windows/PipelineState/PipelineStateViewer.ui @@ -18,16 +18,16 @@ 0 - 0 + 3 - 0 + 3 - 0 + 3 - 0 + 3 diff --git a/qrenderdoc/Windows/PipelineState/VulkanPipelineStateViewer.ui b/qrenderdoc/Windows/PipelineState/VulkanPipelineStateViewer.ui index c80a05e1a..79026fc29 100644 --- a/qrenderdoc/Windows/PipelineState/VulkanPipelineStateViewer.ui +++ b/qrenderdoc/Windows/PipelineState/VulkanPipelineStateViewer.ui @@ -29,10 +29,10 @@ - QFrame::NoFrame + QFrame::Panel - QFrame::Plain + QFrame::Raised @@ -48,7 +48,7 @@ 0 - 2 + 0 @@ -469,16 +469,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -615,8 +615,8 @@ 0 0 - 907 - 458 + 911 + 462 @@ -748,16 +748,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -894,8 +894,8 @@ 0 0 - 907 - 458 + 911 + 462 @@ -1027,16 +1027,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1173,8 +1173,8 @@ 0 0 - 907 - 458 + 911 + 462 @@ -1306,16 +1306,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -1452,8 +1452,8 @@ 0 0 - 907 - 458 + 911 + 462 @@ -1585,16 +1585,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2221,16 +2221,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2367,8 +2367,8 @@ 0 0 - 907 - 458 + 911 + 462 @@ -2500,16 +2500,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -2524,8 +2524,8 @@ 0 0 - 907 - 507 + 911 + 511 @@ -3020,16 +3020,16 @@ - 2 + 0 - 2 + 0 - 2 + 0 - 2 + 0 @@ -3166,8 +3166,8 @@ 0 0 - 907 - 458 + 911 + 462 diff --git a/qrenderdoc/Windows/PixelHistoryView.ui b/qrenderdoc/Windows/PixelHistoryView.ui index 6b462fa88..88a60b5f4 100644 --- a/qrenderdoc/Windows/PixelHistoryView.ui +++ b/qrenderdoc/Windows/PixelHistoryView.ui @@ -15,16 +15,16 @@ - 2 + 3 - 2 + 3 - 2 + 3 - 2 + 3 diff --git a/qrenderdoc/Windows/PythonShell.ui b/qrenderdoc/Windows/PythonShell.ui index e630038fc..d201e42bd 100644 --- a/qrenderdoc/Windows/PythonShell.ui +++ b/qrenderdoc/Windows/PythonShell.ui @@ -18,16 +18,16 @@ 0 - 2 + 3 - 2 + 3 - 2 + 3 - 2 + 3 diff --git a/qrenderdoc/Windows/ShaderViewer.cpp b/qrenderdoc/Windows/ShaderViewer.cpp index 22969f17e..266870bd7 100644 --- a/qrenderdoc/Windows/ShaderViewer.cpp +++ b/qrenderdoc/Windows/ShaderViewer.cpp @@ -132,7 +132,7 @@ ShaderViewer::ShaderViewer(ICaptureContext &ctx, QWidget *parent) QHBoxLayout *toolbarlayout = new QHBoxLayout(disasmToolbar); toolbarlayout->setSpacing(2); - toolbarlayout->setContentsMargins(2, 2, 2, 2); + toolbarlayout->setContentsMargins(3, 3, 3, 3); m_DisassemblyType = new QComboBox(disasmToolbar); m_DisassemblyType->setMaxVisibleItems(12); diff --git a/qrenderdoc/Windows/StatisticsViewer.ui b/qrenderdoc/Windows/StatisticsViewer.ui index 20f4beefc..70763f300 100644 --- a/qrenderdoc/Windows/StatisticsViewer.ui +++ b/qrenderdoc/Windows/StatisticsViewer.ui @@ -15,16 +15,16 @@ - 2 + 3 - 2 + 3 - 2 + 3 - 2 + 3 diff --git a/qrenderdoc/Windows/TextureViewer.cpp b/qrenderdoc/Windows/TextureViewer.cpp index 7defd7cc0..75374cf74 100644 --- a/qrenderdoc/Windows/TextureViewer.cpp +++ b/qrenderdoc/Windows/TextureViewer.cpp @@ -576,7 +576,7 @@ TextureViewer::TextureViewer(ICaptureContext &ctx, QWidget *parent) QVBoxLayout *vertical = new QVBoxLayout(this); vertical->setSpacing(3); - vertical->setContentsMargins(0, 0, 0, 0); + vertical->setContentsMargins(3, 3, 3, 3); QWidget *flow1widget = new QWidget(this); QWidget *flow2widget = new QWidget(this); diff --git a/qrenderdoc/Windows/TextureViewer.ui b/qrenderdoc/Windows/TextureViewer.ui index 0ac2dc22c..c90b1cbcb 100644 --- a/qrenderdoc/Windows/TextureViewer.ui +++ b/qrenderdoc/Windows/TextureViewer.ui @@ -13,12 +13,6 @@ Texture Viewer - - QFrame::StyledPanel - - - QFrame::Raised - @@ -1266,6 +1260,11 @@ See FAQ on "Gamma display of linear data" + + RDLineEdit + QLineEdit +
Widgets/Extended/RDLineEdit.h
+
ToolWindowManager QWidget @@ -1276,11 +1275,6 @@ See FAQ on "Gamma display of linear data" QWidget
Widgets/CustomPaintWidget.h
- - RDLineEdit - QLineEdit -
Widgets/Extended/RDLineEdit.h
-
ThumbnailStrip QWidget