mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 08:26:27 +02:00
2.5d view and help integration
This commit is contained in:
@@ -350,9 +350,9 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QLabel" name="doc_label">
|
||||
<property name="text">
|
||||
<string>Press and hold SHIFT for top view</string>
|
||||
<string>Press and hold SHIFT for top view (<a href="int:/about/25d_view.xml">more</a>)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "layD25View.h"
|
||||
#include "layLayoutView.h"
|
||||
#include "layQtTools.h"
|
||||
|
||||
#include "ui_D25View.h"
|
||||
|
||||
@@ -53,6 +54,8 @@ D25View::D25View (QWidget *parent)
|
||||
connect (mp_ui->d25_view, SIGNAL (init_failed ()), this, SLOT (init_failed ()));
|
||||
|
||||
mp_ui->gl_stack->setCurrentIndex (0);
|
||||
|
||||
lay::activate_help_links (mp_ui->doc_label);
|
||||
}
|
||||
|
||||
D25View::~D25View ()
|
||||
|
||||
Reference in New Issue
Block a user