Changed the custom widget definition of some .ui files to not be relative.

Tue, 17 Apr 2012 19:06:13 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Apr 2012 19:06:13 +0200
changeset 1803
7e5bc1111b7b
parent 1801
fe02732a7675
child 1806
9ac49a2db4e7

Changed the custom widget definition of some .ui files to not be relative.

Snapshot/SnapWidget.ui file | annotate | diff | comparison | revisions
SqlBrowser/SqlBrowserWidget.ui file | annotate | diff | comparison | revisions
--- a/Snapshot/SnapWidget.ui	Sun Apr 15 15:02:00 2012 +0200
+++ b/Snapshot/SnapWidget.ui	Tue Apr 17 19:06:13 2012 +0200
@@ -217,7 +217,7 @@
   <customwidget>
    <class>SnapshotPreview</class>
    <extends>QLabel</extends>
-   <header>.SnapshotPreview.h</header>
+   <header>Snapshot/SnapshotPreview.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
--- a/SqlBrowser/SqlBrowserWidget.ui	Sun Apr 15 15:02:00 2012 +0200
+++ b/SqlBrowser/SqlBrowserWidget.ui	Tue Apr 17 19:06:13 2012 +0200
@@ -154,7 +154,7 @@
   <customwidget>
    <class>SqlConnectionWidget</class>
    <extends>QTreeView</extends>
-   <header>.SqlConnectionWidget.h</header>
+   <header>SqlBrowser/SqlConnectionWidget.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>

eric ide

mercurial