Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-InfoMeshObject
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-InfoMeshObject
Compare Revisions
c3761081ce42546c4c4560aedb8eb055559a09e0...5ed88f7441f93587d492d3f7724970d9d5ba6b78
Source
5ed88f7441f93587d492d3f7724970d9d5ba6b78
Select Git revision
...
Target
c3761081ce42546c4c4560aedb8eb055559a09e0
Select Git revision
Compare
Commits (1)
Adaptions for autouic
· 5ed88f74
Jan Möbius
authored
Jan 10, 2019
5ed88f74
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
16 deletions
+3
-16
ValenceHistogramDialog.hh
ValenceHistogramDialog.hh
+1
-10
infoBar.hh
infoBar.hh
+1
-3
infoDialog.hh
infoDialog.hh
+1
-3
No files found.
ValenceHistogramDialog.hh
View file @
5ed88f74
...
@@ -39,12 +39,6 @@
...
@@ -39,12 +39,6 @@
* *
* *
\*===========================================================================*/
\*===========================================================================*/
/*
* ValenceHistogramDialog.hh
*
* Created on: Jan 27, 2016
* Author: hc
*/
#ifndef PLUGIN_INFOMESHOBJECT_VALENCEHISTOGRAMDIALOG_HH_
#ifndef PLUGIN_INFOMESHOBJECT_VALENCEHISTOGRAMDIALOG_HH_
#define PLUGIN_INFOMESHOBJECT_VALENCEHISTOGRAMDIALOG_HH_
#define PLUGIN_INFOMESHOBJECT_VALENCEHISTOGRAMDIALOG_HH_
...
@@ -52,10 +46,7 @@
...
@@ -52,10 +46,7 @@
#include <ObjectTypes/PolyMesh/PolyMeshTypes.hh>
#include <ObjectTypes/PolyMesh/PolyMeshTypes.hh>
#include <ObjectTypes/TriangleMesh/TriangleMeshTypes.hh>
#include <ObjectTypes/TriangleMesh/TriangleMeshTypes.hh>
#include "ui_infoValenceHistograms.hh"
#include "ui_infoValenceHistograms.h"
#include <QtWidgets>
class
ValenceHistogramDialog
:
public
QDialog
,
public
Ui
::
ValenceHistogramsDlg
{
class
ValenceHistogramDialog
:
public
QDialog
,
public
Ui
::
ValenceHistogramsDlg
{
Q_OBJECT
Q_OBJECT
...
...
infoBar.hh
View file @
5ed88f74
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#pragma once
#pragma once
#include "ui_infoBar.hh"
#include "ui_infoBar.h"
#include <QtWidgets>
class
InfoBar
:
public
QWidget
,
public
Ui
::
InfoBar
class
InfoBar
:
public
QWidget
,
public
Ui
::
InfoBar
...
...
infoDialog.hh
View file @
5ed88f74
...
@@ -41,9 +41,7 @@
...
@@ -41,9 +41,7 @@
#pragma once
#pragma once
#include "ui_infoWidget.hh"
#include "ui_infoWidget.h"
#include <QtWidgets>
class
InfoDialog
:
public
QDialog
,
public
Ui
::
InfoWidget
class
InfoDialog
:
public
QDialog
,
public
Ui
::
InfoWidget
{
{
...
...