1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
From: Julian Andres Klode <jak@debian.org>
Date: Fri, 22 Jul 2016 09:33:11 +0200
Subject: Patch UI files to match upstream produced .py code
The update tab was manually patched out in the generated code, and the label_2 was renamed in the code.
---
ui5/devmgr5_base.ui | 31 -------------------------------
ui5/wifisetupdialog_base.ui | 2 +-
2 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/ui5/devmgr5_base.ui b/ui5/devmgr5_base.ui
index 7d0c7f5..09f72bf 100644
--- a/ui5/devmgr5_base.ui
+++ b/ui5/devmgr5_base.ui
@@ -547,37 +547,6 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="tab_3">
- <attribute name="title">
- <string>Page</string>
- </attribute>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>40</y>
- <width>96</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Install now</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>45</y>
- <width>251</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>New version of HPLIP-x.x.x is available</string>
- </property>
- </widget>
- </widget>
</widget>
</widget>
</item>
diff --git a/ui5/wifisetupdialog_base.ui b/ui5/wifisetupdialog_base.ui
index a85d14c..4e33640 100644
--- a/ui5/wifisetupdialog_base.ui
+++ b/ui5/wifisetupdialog_base.ui
@@ -47,7 +47,7 @@
</widget>
</item>
<item row="2" column="0" colspan="3">
- <widget class="QLabel" name="label_2">
+ <widget class="QLabel" name="MainTitleLabel">
<property name="text">
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
|