2021-12-07 18:57:13 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcFirmwareSecurityDialog" parent="AdwWindow">
|
|
|
|
<property name="default-width">500</property>
|
2022-10-03 14:49:26 +08:00
|
|
|
<property name="default-height">470</property>
|
2021-12-07 18:57:13 +08:00
|
|
|
<property name="modal">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwLeaflet" id="leaflet">
|
|
|
|
<property name="can-unfold">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwLeafletPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="show-title-buttons">True</property>
|
|
|
|
<property name="title-widget">
|
|
|
|
<object class="AdwWindowTitle">
|
2022-10-03 14:49:26 +08:00
|
|
|
<property name="title" translatable="yes">Device Security Status</property>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="AdwToastOverlay" id="toast_overlay">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<property name="vexpand-set">True</property>
|
2021-12-07 18:57:13 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="AdwPreferencesGroup">
|
2022-07-26 17:20:50 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="GtkImage" id="firmware_security_dialog_icon">
|
|
|
|
<property name="margin-start">16</property>
|
|
|
|
<property name="margin-end">16</property>
|
|
|
|
<property name="margin-top">16</property>
|
|
|
|
<property name="pixel-size">32</property>
|
2022-07-26 17:20:50 +08:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2022-10-03 14:49:26 +08:00
|
|
|
<property name="icon-name">dialog-question-symbolic</property>
|
2022-07-26 17:20:50 +08:00
|
|
|
<style>
|
2022-10-03 14:49:26 +08:00
|
|
|
<class name="security-level-icon"/>
|
2022-07-26 17:20:50 +08:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="AdwPreferencesGroup">
|
2022-07-26 17:20:50 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="GtkLabel" id="firmware_security_dialog_title_label">
|
2022-07-26 17:20:50 +08:00
|
|
|
<style>
|
2022-10-03 14:49:26 +08:00
|
|
|
<class name="title-2" />
|
2022-07-26 17:20:50 +08:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-10-03 14:49:26 +08:00
|
|
|
|
2021-12-07 18:57:13 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="AdwPreferencesGroup">
|
2021-12-07 18:57:13 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="GtkLabel" id="firmware_security_dialog_body_label">
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="justify">center</property>
|
|
|
|
<property name="margin-start">32</property>
|
|
|
|
<property name="margin-end">32</property>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-10-03 14:49:26 +08:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
2022-07-26 17:20:50 +08:00
|
|
|
<child>
|
2022-10-03 14:49:26 +08:00
|
|
|
<object class="GtkButton" id="status_download_button">
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="sensitive">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="label">Copy Technical Report</property>
|
|
|
|
<signal name="clicked" handler="on_hsi_detail_button_clicked_cb" swapped="no" />
|
2022-07-26 17:20:50 +08:00
|
|
|
<style>
|
2022-10-03 14:49:26 +08:00
|
|
|
<class name="pill" />
|
2022-07-26 17:20:50 +08:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
2022-10-03 14:49:26 +08:00
|
|
|
</property>
|
2021-12-07 18:57:13 +08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwLeafletPage">
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="show-title-buttons">True</property>
|
|
|
|
<property name="title-widget">
|
|
|
|
<object class="AdwWindowTitle" id="second_page_title" />
|
|
|
|
</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2022-10-03 14:49:26 +08:00
|
|
|
<property name="height-request">12</property>
|
|
|
|
|
2021-12-07 18:57:13 +08:00
|
|
|
<property name="icon-name">go-previous-symbolic</property>
|
|
|
|
<signal name="clicked" handler="on_fw_back_button_clicked_cb" swapped="no" />
|
|
|
|
<style>
|
|
|
|
<class name="image-button" />
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="firmware_security_dialog_hsi1_pg">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="firmware_security_dialog_hsi2_pg">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="firmware_security_dialog_hsi3_pg">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|