Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KmPlot
Commits
c9dd30c4
Commit
c9dd30c4
authored
Oct 03, 2008
by
Eckhart Wörner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krazy: Check for Qt classes that should not be used (7 issues)
svn path=/trunk/KDE/kdeedu/kmplot/; revision=867461
parent
bd00594c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
5 deletions
+21
-5
kmplot/equationeditor.ui
kmplot/equationeditor.ui
+1
-1
kmplot/functioneditorwidget.ui
kmplot/functioneditorwidget.ui
+8
-2
kmplot/parameterswidget.ui
kmplot/parameterswidget.ui
+6
-1
kmplot/plotstylewidget.ui
kmplot/plotstylewidget.ui
+6
-1
No files found.
kmplot/equationeditor.ui
View file @
c9dd30c4
...
...
@@ -92,7 +92,7 @@
</spacer>
</item>
<item>
<widget class="
Q
ComboBox" name="constantList" >
<widget class="
K
ComboBox" name="constantList" >
<item>
<property name="text" >
<string>Insert constant...</string>
...
...
kmplot/functioneditorwidget.ui
View file @
c9dd30c4
...
...
@@ -122,7 +122,7 @@
<number>9</number>
</property>
<item>
<widget class="
Q
TabWidget" name="tabWidget" >
<widget class="
K
TabWidget" name="tabWidget" >
<property name="currentIndex" >
<number>1</number>
</property>
...
...
@@ -972,7 +972,7 @@ Example: x^2 + y^2 = 25.</string>
<number>9</number>
</property>
<item>
<widget class="
Q
TabWidget" name="differentialTabWidget" >
<widget class="
K
TabWidget" name="differentialTabWidget" >
<property name="currentIndex" >
<number>0</number>
</property>
...
...
@@ -1148,6 +1148,12 @@ Example: f''(x) = -f</string>
<extends>QListWidget</extends>
<header>functioneditor.h</header>
</customwidget>
<customwidget>
<class>KTabWidget</class>
<extends>QTabWidget</extends>
<header>ktabwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>functionList</tabstop>
...
...
kmplot/parameterswidget.ui
View file @
c9dd30c4
...
...
@@ -62,7 +62,7 @@
</widget>
</item>
<item row="1" column="1" >
<widget class="
Q
ComboBox" name="listOfSliders" >
<widget class="
K
ComboBox" name="listOfSliders" >
<property name="enabled" >
<bool>false</bool>
</property>
...
...
@@ -82,6 +82,11 @@
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>useList</tabstop>
...
...
kmplot/plotstylewidget.ui
View file @
c9dd30c4
...
...
@@ -75,7 +75,7 @@
</widget>
</item>
<item row="1" column="1" colspan="2" >
<widget class="
Q
ComboBox" name="lineStyle" />
<widget class="
K
ComboBox" name="lineStyle" />
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
...
...
@@ -114,6 +114,11 @@
<extends>QPushButton</extends>
<header>kgradientdialog.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lineStyle</tabstop>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment