]> Some of my projects - graph.git/commitdiff
Fix Spelling
authorAPTX <marek321@gmail.com>
Sun, 18 Dec 2011 17:55:37 +0000 (18:55 +0100)
committerAPTX <marek321@gmail.com>
Sun, 18 Dec 2011 17:55:37 +0000 (18:55 +0100)
mainwindow.ui
nodemodel.cpp

index f25c5280311e08acb7aac1be29a37914ee46f934..262094109a49c1848654f1674f1a020ae484e208 100644 (file)
@@ -66,6 +66,9 @@
    <addaction name="menuGraph"/>
   </widget>
   <widget class="QToolBar" name="modeToolBar">
+   <property name="windowTitle">
+    <string>Mode Toolbar</string>
+   </property>
    <attribute name="toolBarArea">
     <enum>TopToolBarArea</enum>
    </attribute>
index 20bde30057ae41fa37862c9c7a20116d234f1537..7d0c55cc00b4591d1f5fe6c61a2e4074d5b67aa8 100644 (file)
@@ -36,9 +36,9 @@ QVariant NodeModel::headerData(int section, Qt::Orientation orientation, int rol
                case 3:
                        return "Y";
                case 4:
-                       return "In Degree";
+                       return "Indegree";
                case 5:
-                       return "Out Degree";
+                       return "Outdegree";
                default:
                break;
        }