Skip to content

Commit

Permalink
update to QTextBrowser - supports again copy text
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5089 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 24, 2006
1 parent 5eb578f commit 0f2f171
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/plugins/grass/qgsgrassmodulebase.ui
Expand Up @@ -41,7 +41,7 @@
<number>6</number>
</property>
<item>
<widget class="Q3TextBrowser" name="mOutputTextBrowser" />
<widget class="QTextBrowser" name="mOutputTextBrowser" />
</item>
</layout>
</widget>
Expand Down Expand Up @@ -178,9 +178,9 @@
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<customwidgets>
<customwidget>
<class>Q3Frame</class>
<extends></extends>
<header>Qt3Support/Q3Frame</header>
<class>Q3TextBrowser</class>
<extends>QWidget</extends>
<header>q3textbrowser.h</header>
<container>1</container>
<pixmap></pixmap>
</customwidget>
Expand All @@ -192,9 +192,9 @@
<pixmap></pixmap>
</customwidget>
<customwidget>
<class>Q3TextBrowser</class>
<extends>QWidget</extends>
<header>q3textbrowser.h</header>
<class>Q3Frame</class>
<extends></extends>
<header>Qt3Support/Q3Frame</header>
<container>1</container>
<pixmap></pixmap>
</customwidget>
Expand Down

0 comments on commit 0f2f171

Please sign in to comment.