@@ -541,7 +541,7 @@ def setupUi(self, PhylogeneticVisualization):
541
541
self .verticalLayout_21 .addWidget (self .widget )
542
542
self .raxmlToolBox .addItem (self .raxmlOptionsPage , _fromUtf8 ("" ))
543
543
self .graphOptionsPage = QtGui .QWidget ()
544
- self .graphOptionsPage .setGeometry (QtCore .QRect (0 , 0 , 949 , 659 ))
544
+ self .graphOptionsPage .setGeometry (QtCore .QRect (0 , 0 , 949 , 542 ))
545
545
sizePolicy = QtGui .QSizePolicy (QtGui .QSizePolicy .Preferred , QtGui .QSizePolicy .Minimum )
546
546
sizePolicy .setHorizontalStretch (0 )
547
547
sizePolicy .setVerticalStretch (0 )
@@ -1696,12 +1696,16 @@ def setupUi(self, PhylogeneticVisualization):
1696
1696
self .lineEdit .setObjectName (_fromUtf8 ("lineEdit" ))
1697
1697
self .horizontalLayout_73 .addWidget (self .lineEdit )
1698
1698
self .verticalLayout_29 .addLayout (self .horizontalLayout_73 )
1699
- self .horizontalLayout_62 = QtGui .QHBoxLayout ()
1700
- self .horizontalLayout_62 .setObjectName (_fromUtf8 ("horizontalLayout_62" ))
1699
+ self .horizontalLayout_74 = QtGui .QHBoxLayout ()
1700
+ self .horizontalLayout_74 .setContentsMargins (- 1 , - 1 , - 1 , 0 )
1701
+ self .horizontalLayout_74 .setObjectName (_fromUtf8 ("horizontalLayout_74" ))
1702
+ self .checkBox = QtGui .QCheckBox (self .groupBox_3 )
1703
+ self .checkBox .setObjectName (_fromUtf8 ("checkBox" ))
1704
+ self .horizontalLayout_74 .addWidget (self .checkBox )
1701
1705
self .generatePlotCB = QtGui .QCheckBox (self .groupBox_3 )
1702
1706
self .generatePlotCB .setObjectName (_fromUtf8 ("generatePlotCB" ))
1703
- self .horizontalLayout_62 .addWidget (self .generatePlotCB )
1704
- self .verticalLayout_29 .addLayout (self .horizontalLayout_62 )
1707
+ self .horizontalLayout_74 .addWidget (self .generatePlotCB )
1708
+ self .verticalLayout_29 .addLayout (self .horizontalLayout_74 )
1705
1709
self .horizontalLayout_66 .addLayout (self .verticalLayout_29 )
1706
1710
self .verticalLayout_22 .addLayout (self .horizontalLayout_66 )
1707
1711
self .lStatisticWrapperVL .addWidget (self .groupBox_3 )
@@ -1827,7 +1831,7 @@ def setupUi(self, PhylogeneticVisualization):
1827
1831
self .scrollArea .setWidgetResizable (True )
1828
1832
self .scrollArea .setObjectName (_fromUtf8 ("scrollArea" ))
1829
1833
self .verboseOutputScrollable = QtGui .QWidget ()
1830
- self .verboseOutputScrollable .setGeometry (QtCore .QRect (0 , 0 , 98 , 48 ))
1834
+ self .verboseOutputScrollable .setGeometry (QtCore .QRect (0 , 0 , 57 , 48 ))
1831
1835
self .verboseOutputScrollable .setObjectName (_fromUtf8 ("verboseOutputScrollable" ))
1832
1836
self .verticalLayout_28 = QtGui .QVBoxLayout (self .verboseOutputScrollable )
1833
1837
self .verticalLayout_28 .setObjectName (_fromUtf8 ("verticalLayout_28" ))
@@ -2059,6 +2063,7 @@ def retranslateUi(self, PhylogeneticVisualization):
2059
2063
self .label_43 .setText (_translate ("PhylogeneticVisualization" , "Alpha:" , None ))
2060
2064
self .lAlphaEntry .setText (_translate ("PhylogeneticVisualization" , "0.01" , None ))
2061
2065
self .label_50 .setText (_translate ("PhylogeneticVisualization" , "Outgroup:" , None ))
2066
+ self .checkBox .setText (_translate ("PhylogeneticVisualization" , "Use Inverse" , None ))
2062
2067
self .generatePlotCB .setText (_translate ("PhylogeneticVisualization" , "Generate Plot" , None ))
2063
2068
self .lImageLabel .setText (_translate ("PhylogeneticVisualization" , "input species tree for visualization" , None ))
2064
2069
self .label_39 .setText (_translate ("PhylogeneticVisualization" , "Reticulations" , None ))
0 commit comments