// A row that only reports something. // // TextRow { label: "Graphics"; detail: "Rendering device"; value: "AMD Radeon" } // // Genuinely read-only facts -- the active display's identity, a version string, // a detected capability -- belong here. A setting the user could reasonably // change does NOT: before Stage 3 more than half of Panama's settings rows were // static text standing in for a control that was simply expensive to add, and // this component exists for the honest remainder rather than to make that easy // to do again. import QtQuick import qs.config SettingRow { id: root controlWidth: 210 }