
    Je                     b    d Z ddlmZ ddlmZmZmZ ddlmZ ddl	m
Z
 ddlmZ  G d de      Zy	)
zProfiler config page.    )Qt)	QGroupBoxQLabelQVBoxLayout)PluginConfigPage)_)ProfilerWidgetc                       e Zd Zd Zy)ProfilerConfigPagec                    t        t        d            }t        t        d            }|j                  d       t        t        j
                        }|j                  t        j                         |j                  d       t               }|j                  |       |j                  |       |j                  |       t               }|j                  |       |j                  d       | j                  |       y )NResultszRProfiler plugin results (the output of python's profile/cProfile)
are stored here:T   )r   r   r   setWordWrapr	   DATAPATHsetTextInteractionFlagsr   TextSelectableByMouser   	addWidget	setLayout
addStretch)selfresults_groupresults_label1results_label2results_layoutvlayouts         B/usr/lib/python3/dist-packages/spyder/plugins/profiler/confpage.py
setup_pagezProfilerConfigPage.setup_page   s    !!I,/ #5 !6 7 	""4(
   7 78..r/G/GH""4($  0  0/--(1w    N)__name__
__module____qualname__r    r   r   r   r      s     r   r   N)__doc__qtpy.QtCorer   qtpy.QtWidgetsr   r   r   spyder.api.preferencesr   spyder.config.baser   +spyder.plugins.profiler.widgets.main_widgetr	   r   r"   r   r   <module>r)      s)      9 9 3   F )  r   