<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>OooohMyyyGoood!</p>
    <p>I knew it should be simple, but this almost embarrassing:</p>
    <p><font size="+1"><tt>    Code:</tt><tt><br>
        </tt><tt>        self.myscreen = QScreen</tt><tt><br>
        </tt><tt>        dprint("screen manufacturer: ",
          self.myscreen.manufacturer(app.primaryScreen())) <br>
                  ...</tt><tt><br>
        </tt><tt>            </tt><tt><br>
        </tt><tt>    Output:</tt><tt><br>
        </tt><tt>        screen manufacturer: Dell Inc.</tt><tt><br>
        </tt><tt>        screen model       : DELL U2412M-</tt><tt><br>
        </tt><tt>        screen name        : DP1</tt><tt><br>
        </tt><tt>        screen size        : PyQt5.QtCore.QSize(1920,
          1200)</tt><tt><br>
        </tt><tt>        screen geometry    : PyQt5.QtCore.QRect(0, 0,
          1920, 1200)</tt><tt><br>
        </tt><tt>        screen depth       : 24</tt><tt><br>
        </tt><tt>        screen physicalSize: PyQt5.QtCore.QSizeF(518.0,
          324.0)</tt><tt><br>
        </tt><tt>        screen orientation : 2</tt><tt><br>
        </tt><tt>        s. devicePixelRatio: 1.0</tt><tt><br>
        </tt><tt>        screen refreshRate : 59.95017128620368</tt></font><br>
    </p>
    <p>Many thanks, Kalman</p>
    <p>ullix<br>
    </p>
    <div class="moz-cite-prefix">Am 13.01.21 um 15:33 schrieb Kálmán
      Viktor:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+sJfQwJbfcKPmoOGBgY=v79FXMoXzPBMD-eb2hFxC7xRseyFA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">I haven't tried it but <a
          href="https://doc.qt.io/qt-5/qscreen.html#manufacturer-prop"
          moz-do-not-send="true">https://doc.qt.io/qt-5/qscreen.html#manufacturer-prop</a>
        seems like returns something similar.</div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">ullix <<a
            href="mailto:ullix@urkam.de" moz-do-not-send="true">ullix@urkam.de</a>>
          ezt írta (időpont: 2021. jan. 13., Sze, 13:16):<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p>The Ubuntu program hwinfo finds a lot of hardware
              information, e.g. for a monitor:</p>
            <blockquote>
              <p>~$ sudo hwinfo --monitor<br>
                19: None 00.0: 10002 LCD
                Monitor                                <br>
                  ...<br>
                  Model: "DELL U2412M"<br>
                  Vendor: DEL "DELL"<br>
                  Device: eisa 0xa07b "DELL U2412M"<br>
                  ...<br>
              </p>
            </blockquote>
            <p>I'd imagine this info is also available to (Py)Qt, but I
              can't find anything. Have I missed it?</p>
            <p>ullix</p>
            <p><br>
            </p>
            <p><br>
            </p>
          </div>
        </blockquote>
      </div>
    </blockquote>
  </body>
</html>