mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Add compiler information to dashboard (#1385)
This commit is contained in:
parent
5a19433b78
commit
86b0b56f4a
@ -53,6 +53,7 @@ void Dashboard::updateContents()
|
||||
this->ui->subsysEdit->setText(item2["subsys"].toString());
|
||||
this->ui->endianEdit->setText(item2["endian"].toString());
|
||||
this->ui->compiledEdit->setText(item2["compiled"].toString());
|
||||
this->ui->compilerEdit->setText(item2["compiler"].toString());
|
||||
this->ui->bitsEdit->setText(QString::number(item2["bits"].toDouble()));
|
||||
|
||||
if (!item2["relro"].isUndefined()) {
|
||||
|
@ -56,7 +56,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1055</width>
|
||||
<height>979</height>
|
||||
<height>982</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
@ -839,6 +839,29 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="0">
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Compiler:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="9" column="1">
|
||||
<widget class="QLineEdit" name="compilerEdit">
|
||||
<property name="text">
|
||||
<string>--</string>
|
||||
</property>
|
||||
<property name="frame">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
Reference in New Issue
Block a user