<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Why does the combobox look disproportionate when applying the fusion style?]]></title><description><![CDATA[<p dir="auto">Why does the combobox, when its options are displayed, look so disproportionate and so poorly implemented visually compared to the native operating system style when the "Fusion" style is applied in a Windows 11 24H2 environment with Qt 6.10?</p>
<pre><code>#include "facturadormw.hpp"
// #include "logindialog.hpp"

#include &lt;QApplication&gt;
#include &lt;QStyleFactory&gt;
#include &lt;QFile&gt;

int main(int argc, char *argv[])
{
  QApplication a(argc, argv);

  a.setOrganizationName("SWSystem's");
  a.setApplicationName("FacturadorSW");
  a.setApplicationVersion("1.0");

  a.setStyle(QStyleFactory::create("Fusion"));

  FacturadorMW w;
  w.show();

  // LogInDialog logIn;
  // logIn.exec();
  return a.exec();
}

</code></pre>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/69826177-6811-4564-a349-ae104264e1aa.png" alt="e8d3bfc7-7377-4cf5-aa2e-9cc708d52dda-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">to this:<br />
<img src="https://ddgobkiprc33d.cloudfront.net/45b1ea6c-a383-4934-8465-128250fbcda9.png" alt="ee692bb0-4da0-499f-8335-35e0534c3bc6-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/163652/why-does-the-combobox-look-disproportionate-when-applying-the-fusion-style</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 18:48:33 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/163652.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Nov 2025 04:32:07 GMT</pubDate><ttl>60</ttl></channel></rss>