Convert all UI files to match Qt standards

This commit is contained in:
Dmitry Kychanov 2025-06-17 22:50:57 +04:00 committed by Adam Honse
parent 924f5af2ed
commit 5f8b044577
156 changed files with 9676 additions and 8918 deletions

View file

@ -12,11 +12,9 @@
#include "ResourceManager.h"
#include "OpenRGBHardwareIDsDialog.h"
using namespace Ui;
OpenRGBSupportedDevicesPage::OpenRGBSupportedDevicesPage(QWidget *parent) :
QWidget(parent),
ui(new Ui::OpenRGBSupportedDevicesPageUi)
ui(new Ui::OpenRGBSupportedDevicesPage)
{
ui->setupUi(this);

View file

@ -12,14 +12,13 @@
#include <QWidget>
#include <QSortFilterProxyModel>
#include "DetectorTableModel.h"
#include "ui_OpenRGBSupportedDevicesPage.h"
namespace Ui
{
class OpenRGBSupportedDevicesPage;
}
class Ui::OpenRGBSupportedDevicesPage : public QWidget
class OpenRGBSupportedDevicesPage : public QWidget
{
Q_OBJECT
@ -39,5 +38,5 @@ private slots:
void on_ToggleAllCheckbox_toggled(const bool checked);
private:
Ui::OpenRGBSupportedDevicesPageUi *ui;
Ui::OpenRGBSupportedDevicesPage *ui;
};

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OpenRGBSupportedDevicesPageUi</class>
<widget class="QWidget" name="OpenRGBSupportedDevicesPageUi">
<class>OpenRGBSupportedDevicesPage</class>
<widget class="QWidget" name="OpenRGBSupportedDevicesPage">
<property name="geometry">
<rect>
<x>0</x>