UI files: Do not polute the global Ui namespace

Make sure all ui-files are in the plugin's internal namespace.

Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Tobias Hunger
2011-11-23 15:15:01 +00:00
committed by hjk
parent 88fd98fbc4
commit 0ce9fa2c16
141 changed files with 790 additions and 647 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChangeSelectionDialog</class>
<widget class="QDialog" name="ChangeSelectionDialog">
<class>Git::Internal::ChangeSelectionDialog</class>
<widget class="QDialog" name="Git::Internal::ChangeSelectionDialog">
<property name="geometry">
<rect>
<x>0</x>
@@ -58,7 +58,7 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ChangeSelectionDialog</receiver>
<receiver>Git::Internal::ChangeSelectionDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
@@ -74,7 +74,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ChangeSelectionDialog</receiver>
<receiver>Git::Internal::ChangeSelectionDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">