aait 2.3.10.1__tar.gz → 2.3.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aait-2.3.10.1 → aait-2.3.11}/PKG-INFO +1 -1
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/PKG-INFO +1 -1
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWFileSyncChecker.py +1 -31
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWFindFilesFromDir.py +21 -29
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWSelectRowsDynamic.py +2 -2
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owfindfilesfromdir.ui +9 -57
- {aait-2.3.10.1 → aait-2.3.11}/setup.py +1 -1
- {aait-2.3.10.1 → aait-2.3.11}/License.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/SOURCES.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/dependency_links.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/entry_points.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/namespace_packages.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/requires.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/aait.egg-info/top_level.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/fix_torch/fix_torch_dll_error.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/fix_torch/libomp140.x86_64.dll +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/answers.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/answers_llama.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/chunking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/embeddings.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/lemmes.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/lmstudio.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/process_documents.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/prompt_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/llm/translations.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/optimiser/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/optimiser/optuna_multi.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/MetManagement.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/OperationSystem.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/SimpleDialogQt.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/aait_repo_file.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/aait_table_viewer.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/base_widget.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/delta_local_shared_fodler.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/import_uic.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/initialize_from_ini.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/mac_utils.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/shared_functions.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/shared_variables.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/subprocess_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/thread_management.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/tools/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/tools/change_owcorpus.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/tools/concat_splitted_pypi.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/tools/first_time_check.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/tools/owcorpus_ok.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/unlink_table_domain.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/utils/windows_utils.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWAAITResourcesManager.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWAccumulator.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWAddColumns.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWApplyRules.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWCN2rule_view.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWChunking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWConcatRules.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWConverseLLM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWCreateEmbeddings.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWDisplayMD.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWEditTable.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWEmptySwitch.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWEndLoop.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWExecuteScript.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWExtraChunks.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWExtractTokens.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWFileMetadata.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWFileWithPath.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWFusionNM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWGenerateQuestions.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWGenerateSynthesis.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWGenerateWord.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWInputSelector.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWKeywords.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWKeywordsDetection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLLMEngine.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLMStudio.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLanguageDetection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLargeLanguageModel.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLemmatizer.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWLoadDocuments.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_CE_MiniLML6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Falcon.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_HelsinkiEnFr.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_HelsinkiFrEn.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_MPNET.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Mistral.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen1B5_Q6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen2_5_32B.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen3B_Q4.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q4.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Qwen7B_Q6.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_Solar.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_SolarUncensored.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_EN.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWModel_SpacyMD_FR.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWOperationSystem.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWOptimisation.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWOptimisationSelection.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWOptimisationSendScore.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWProcessDocumentsFromPath.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWQueryLLM.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWRandomData.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWReranking.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWSaveFilepathEntry.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWSelectColumnDynamique.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWSortAndSelect.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWStartLoop.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWTable2Corpus.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWTranslation.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWTrigger.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/OWUnzipFolder.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/POW_Wfactory.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owMarkdown.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/ow_OperationSystem.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/ow_in_or_out_path.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/ow_widget_random_data.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owaccumulator.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owaddcolumns.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owapplyrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owchunking.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owconcatrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owconversellm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owedgellm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owembeddings.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owemptyswitch.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owendloop.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owexecutescript.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owexecutescript_TEST.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owextrachunks.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owextracttokens.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owfilemetadata.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owfilesyncchecker.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owfilewithpath.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owfusion_nm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owgenerate_word.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owgeneratequestions.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owgeneratesynthesis.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owkeyword.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owkeywordsdetection.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owlangdetect.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owlargelanguagemodel.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owlemmatizer.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owllm4all.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owloaddocuments.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owloadworkflow.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_ce_minilml6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_falcon.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_en_fr.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_helsinki_fr_en.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_mistral.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_mpnet.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_2.5_32b.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_1.5b_q6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_3b_q4.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q4.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwen_instruct_7b_q6.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_qwencoder_7b.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_solar.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_solar_uncensored.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_en.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owmodel_spacymd_fr.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/ownumberpointinrules.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owprocessdocuments.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owqueryllm.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owreranking.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owsavewithpath.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owselect_column_dynamic.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owselect_row_dynamic.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owsortandselect.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owstartloop.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owtable2corpus.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owtranslation.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owtrigger.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/designer/owunzipfolder.ui +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/CN2RuleViewer.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/MDViewer.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/Mistral.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/apply_rules.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/blue_down_arrow.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/category.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/dark_green.txt +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/de.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/document_generator.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/documents.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/edge_llm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/endloop.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/extra_chunks.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/green_check.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/in_or_out.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/input.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/languages.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/lm_studio.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/local_interf_img_multi_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/local_interf_multi_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/local_interf_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/local_interf_push.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/local_interf_text_pull.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/logo_solar.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/logo_uncensoredsolar.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/logo_upload.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/models.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/operationSystem.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/optimisation.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/optimizer.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/output.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owCN2_intersect_rules.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owaccumulator.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owchunking.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owconversellm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owedittable.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owembeddings.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owemptyswitch.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owenvinfo.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owexecutescript.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owextracttokens.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owfilemetadata.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owfilesfromdir.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owfilesyncchecker.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owfilewithpath.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owfusion_nm.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owgeneratequestions.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owgeneratesynthesis.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owkeywords.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owkeywordsdetection.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owlargelanguagemodel.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owlemmatizer.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owloaddocuments.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_ce_minilml6.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_falcon.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_en_fr.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_helsinki_fr_en.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_mpnet.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_en.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owmodel_spacymd_fr.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owoptimisation.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owoptimisationselection.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owqueryllm.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owreranking.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owsavefilepathentry.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owselectcolumndynamique.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owsortandselect.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owtable2corpus.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owtranslation.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/owtrigger.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/processdocuments.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/qwen-color.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/select_dynamic_row.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/startloop.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/tools.png +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/widgetFactory.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/AAIT/widgets/icons/zip.svg +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/orangecontrib/__init__.py +0 -0
- {aait-2.3.10.1 → aait-2.3.11}/setup.cfg +0 -0
|
@@ -61,7 +61,7 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
61
61
|
|
|
62
62
|
# Data Management
|
|
63
63
|
self.data = None
|
|
64
|
-
self.reference =
|
|
64
|
+
self.reference = None
|
|
65
65
|
self.autorun = True
|
|
66
66
|
self.thread = None
|
|
67
67
|
self.result = None
|
|
@@ -77,13 +77,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
77
77
|
self.thread.safe_quit()
|
|
78
78
|
|
|
79
79
|
if self.data is None:
|
|
80
|
-
self.Outputs.data.send(None)
|
|
81
|
-
self.Outputs.processed.send(None)
|
|
82
|
-
return
|
|
83
|
-
|
|
84
|
-
if self.reference == "default":
|
|
85
|
-
self.Outputs.data.send(None)
|
|
86
|
-
self.Outputs.processed.send(None)
|
|
87
80
|
return
|
|
88
81
|
|
|
89
82
|
if self.reference is None:
|
|
@@ -147,8 +140,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
147
140
|
paths_ref[p] = int(row["file size"].value)
|
|
148
141
|
ref_row_for_path[p] = i
|
|
149
142
|
|
|
150
|
-
progress_update(20, progress_callback)
|
|
151
|
-
|
|
152
143
|
# ---- Compute aligned roots once ----
|
|
153
144
|
def common_root(keys):
|
|
154
145
|
if not keys:
|
|
@@ -168,9 +159,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
168
159
|
new = p
|
|
169
160
|
aligned_ref[new] = size
|
|
170
161
|
|
|
171
|
-
|
|
172
|
-
progress_update(50, progress_callback)
|
|
173
|
-
|
|
174
162
|
set_data = set(paths_data.keys())
|
|
175
163
|
set_ref = set(aligned_ref.keys())
|
|
176
164
|
|
|
@@ -192,21 +180,13 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
192
180
|
if p in ref_row_for_path:
|
|
193
181
|
remove_indices.add(ref_row_for_path[p])
|
|
194
182
|
|
|
195
|
-
progress_update(60, progress_callback)
|
|
196
|
-
|
|
197
183
|
for p in only_data:
|
|
198
184
|
files_to_process.append([Path(p), paths_data[p]])
|
|
199
185
|
|
|
200
|
-
|
|
201
|
-
progress_update(70, progress_callback)
|
|
202
|
-
|
|
203
186
|
for p in only_ref:
|
|
204
187
|
if p in ref_row_for_path:
|
|
205
188
|
remove_indices.add(ref_row_for_path[p])
|
|
206
189
|
|
|
207
|
-
|
|
208
|
-
progress_update(80, progress_callback)
|
|
209
|
-
|
|
210
190
|
# ---- Build new reference table once ----
|
|
211
191
|
if remove_indices:
|
|
212
192
|
keep_rows = [i for i in range(len(reference)) if i not in remove_indices]
|
|
@@ -221,8 +201,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
221
201
|
except Exception:
|
|
222
202
|
pass
|
|
223
203
|
|
|
224
|
-
progress_update(100, progress_callback)
|
|
225
|
-
|
|
226
204
|
# ---- Build output table ----
|
|
227
205
|
path_var = StringVariable("path")
|
|
228
206
|
size_var = ContinuousVariable("file size")
|
|
@@ -242,8 +220,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
242
220
|
try:
|
|
243
221
|
self.Outputs.data.send(data)
|
|
244
222
|
self.Outputs.processed.send(processed_data)
|
|
245
|
-
self.data = None
|
|
246
|
-
self.reference = "default"
|
|
247
223
|
except Exception as e:
|
|
248
224
|
print("An error occurred when sending out_data:", e)
|
|
249
225
|
self.Outputs.data.send(None)
|
|
@@ -257,12 +233,6 @@ class OWFileSyncChecker(widget.OWWidget):
|
|
|
257
233
|
pass
|
|
258
234
|
|
|
259
235
|
|
|
260
|
-
def progress_update(value, progress_callback):
|
|
261
|
-
if progress_callback is not None:
|
|
262
|
-
progress_value = float(value)
|
|
263
|
-
progress_callback(progress_value)
|
|
264
|
-
|
|
265
|
-
|
|
266
236
|
def remove_from_table(filepath, table):
|
|
267
237
|
"""
|
|
268
238
|
Remove rows from the Orange table where 'path' matches the given filepath.
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import sys
|
|
3
3
|
import Orange.data
|
|
4
|
-
from AnyQt.QtWidgets import QApplication, QLineEdit, QCheckBox,QSpinBox
|
|
4
|
+
from AnyQt.QtWidgets import QApplication, QLineEdit, QCheckBox,QSpinBox
|
|
5
5
|
from Orange.data import StringVariable, Table, Domain
|
|
6
|
+
from Orange.widgets import widget
|
|
6
7
|
from Orange.widgets.utils.signals import Input, Output
|
|
7
8
|
from Orange.widgets.settings import Setting
|
|
8
9
|
from datetime import datetime, timedelta
|
|
9
10
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
10
|
-
from Orange.widgets.orangecontrib.AAIT.utils import
|
|
11
|
+
from Orange.widgets.orangecontrib.AAIT.utils.import_uic import uic
|
|
11
12
|
from Orange.widgets.orangecontrib.AAIT.utils.initialize_from_ini import apply_modification_from_python_file
|
|
12
13
|
else:
|
|
13
|
-
from orangecontrib.AAIT.utils import
|
|
14
|
+
from orangecontrib.AAIT.utils.import_uic import uic
|
|
14
15
|
from orangecontrib.AAIT.utils.initialize_from_ini import apply_modification_from_python_file
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
@apply_modification_from_python_file(filepath_original_widget=__file__)
|
|
18
|
-
class OWFileFromDir(
|
|
19
|
+
class OWFileFromDir(widget.OWWidget):
|
|
19
20
|
name = "Find Files From Dir"
|
|
20
|
-
description = ("Search files by extension or no for all files in a directory or subdirectories."
|
|
21
|
+
description = ("Search files by extension or no for all files in a directory or subdirectories."
|
|
22
|
+
"You need a column 'input_dir' of the files.")
|
|
21
23
|
category = "AAIT - TOOLBOX"
|
|
22
24
|
icon = "icons/owfilesfromdir.svg"
|
|
23
25
|
if "site-packages/Orange/widgets" in os.path.dirname(os.path.abspath(__file__)).replace("\\", "/"):
|
|
@@ -25,7 +27,6 @@ class OWFileFromDir(base_widget.BaseListWidget):
|
|
|
25
27
|
gui = os.path.join(os.path.dirname(os.path.abspath(__file__)), "designer/owfindfilesfromdir.ui")
|
|
26
28
|
want_control_area = False
|
|
27
29
|
priority = 1060
|
|
28
|
-
selected_column_name = Setting("input_dir")
|
|
29
30
|
extension = Setting("")
|
|
30
31
|
recursive = Setting("False")
|
|
31
32
|
filter_per_date = Setting("False")
|
|
@@ -40,21 +41,21 @@ class OWFileFromDir(base_widget.BaseListWidget):
|
|
|
40
41
|
|
|
41
42
|
@Inputs.data
|
|
42
43
|
def set_path_table(self, in_data):
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
self.run()
|
|
44
|
+
if in_data is not None:
|
|
45
|
+
if "input_dir" in in_data.domain:
|
|
46
|
+
self.folderpath = in_data.get_column("input_dir")
|
|
47
|
+
self.data = in_data
|
|
48
|
+
self.run()
|
|
49
|
+
else:
|
|
50
|
+
self.warning("You need a 'input_dir' variable from which the data will be loaded.")
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
def __init__(self):
|
|
54
54
|
super().__init__()
|
|
55
55
|
# Qt Management
|
|
56
56
|
self.setFixedWidth(500)
|
|
57
|
-
self.setFixedHeight(
|
|
57
|
+
self.setFixedHeight(400)
|
|
58
|
+
uic.loadUi(self.gui, self)
|
|
58
59
|
if self.is_dash_int_castable(self.time_filter)!=0:
|
|
59
60
|
self.time_filter = "0-0-0-1"
|
|
60
61
|
|
|
@@ -103,9 +104,6 @@ class OWFileFromDir(base_widget.BaseListWidget):
|
|
|
103
104
|
self.spinBox_minute.valueChanged.connect(self.on_value_changed)
|
|
104
105
|
self.spinBox_second.valueChanged.connect(self.on_value_changed)
|
|
105
106
|
|
|
106
|
-
self.pushButton_run =self.findChild(QPushButton, 'pushButton_send')
|
|
107
|
-
self.pushButton_run.clicked.connect(self.run)
|
|
108
|
-
|
|
109
107
|
|
|
110
108
|
def on_value_changed(self):
|
|
111
109
|
self.time_filter = str(self.spinBox_day.value())+"-"+str(self.spinBox_hour.value())+"-"+str(self.spinBox_minute.value())+"-"+str(self.spinBox_second.value())
|
|
@@ -300,19 +298,13 @@ class OWFileFromDir(base_widget.BaseListWidget):
|
|
|
300
298
|
def run(self):
|
|
301
299
|
self.error("")
|
|
302
300
|
self.warning("")
|
|
303
|
-
if self.
|
|
304
|
-
self.
|
|
305
|
-
return
|
|
306
|
-
|
|
307
|
-
if not self.selected_column_name in self.data.domain:
|
|
308
|
-
self.warning(f'Previously selected column "{self.selected_column_name}" does not exist in your data.')
|
|
301
|
+
if self.folderpath is None:
|
|
302
|
+
self.error("No input dir in your data")
|
|
309
303
|
return
|
|
310
|
-
|
|
311
|
-
self.folderpath = self.data.get_column(self.selected_column_name)
|
|
312
|
-
|
|
313
304
|
try:
|
|
314
305
|
files_data = self.find_files()
|
|
315
306
|
|
|
307
|
+
|
|
316
308
|
if self.filter_per_date !="False":
|
|
317
309
|
files_data=self.filter_files_newer_than_delta(files_data,self.time_filter)
|
|
318
310
|
|
|
@@ -332,10 +324,10 @@ class OWFileFromDir(base_widget.BaseListWidget):
|
|
|
332
324
|
|
|
333
325
|
if __name__ == "__main__":
|
|
334
326
|
app = QApplication(sys.argv)
|
|
335
|
-
#data = Orange.data.Table(r"C:\
|
|
327
|
+
# data = Orange.data.Table(r"C:\a_sssssusup\untitled.tab")
|
|
336
328
|
my_widget = OWFileFromDir()
|
|
337
329
|
my_widget.show()
|
|
338
|
-
#my_widget.set_path_table(data)
|
|
330
|
+
# my_widget.set_path_table(data)
|
|
339
331
|
|
|
340
332
|
if hasattr(app, "exec"):
|
|
341
333
|
app.exec()
|
|
@@ -121,12 +121,12 @@ class OWSelectRowsDynamic(widget.OWWidget):
|
|
|
121
121
|
if matching_rows:
|
|
122
122
|
matched_table = Orange.data.Table(self.in_data.domain, matching_rows)
|
|
123
123
|
else:
|
|
124
|
-
matched_table =
|
|
124
|
+
matched_table = None
|
|
125
125
|
|
|
126
126
|
if non_matching_rows:
|
|
127
127
|
unmatched_table = Orange.data.Table(self.in_data.domain, non_matching_rows)
|
|
128
128
|
else:
|
|
129
|
-
unmatched_table =
|
|
129
|
+
unmatched_table = None
|
|
130
130
|
|
|
131
131
|
# Sauvegarder les résultats dans l'objet widget si besoin
|
|
132
132
|
self.Outputs.data_matching.send(matched_table)
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<rect>
|
|
7
7
|
<x>0</x>
|
|
8
8
|
<y>0</y>
|
|
9
|
-
<width>
|
|
10
|
-
<height>
|
|
9
|
+
<width>480</width>
|
|
10
|
+
<height>373</height>
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="windowTitle">
|
|
@@ -133,62 +133,14 @@
|
|
|
133
133
|
</property>
|
|
134
134
|
</widget>
|
|
135
135
|
</widget>
|
|
136
|
-
<widget class="QGroupBox" name="groupBox_3">
|
|
137
|
-
<property name="geometry">
|
|
138
|
-
<rect>
|
|
139
|
-
<x>20</x>
|
|
140
|
-
<y>330</y>
|
|
141
|
-
<width>431</width>
|
|
142
|
-
<height>161</height>
|
|
143
|
-
</rect>
|
|
144
|
-
</property>
|
|
145
|
-
<property name="title">
|
|
146
|
-
<string>Column selection</string>
|
|
147
|
-
</property>
|
|
148
|
-
<widget class="QLabel" name="Description_4">
|
|
149
|
-
<property name="geometry">
|
|
150
|
-
<rect>
|
|
151
|
-
<x>10</x>
|
|
152
|
-
<y>30</y>
|
|
153
|
-
<width>411</width>
|
|
154
|
-
<height>61</height>
|
|
155
|
-
</rect>
|
|
156
|
-
</property>
|
|
157
|
-
<property name="text">
|
|
158
|
-
<string/>
|
|
159
|
-
</property>
|
|
160
|
-
<property name="textFormat">
|
|
161
|
-
<enum>Qt::AutoText</enum>
|
|
162
|
-
</property>
|
|
163
|
-
<property name="alignment">
|
|
164
|
-
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
165
|
-
</property>
|
|
166
|
-
<property name="wordWrap">
|
|
167
|
-
<bool>true</bool>
|
|
168
|
-
</property>
|
|
169
|
-
</widget>
|
|
170
|
-
<widget class="QWidget" name="placeholder" native="true">
|
|
171
|
-
<property name="enabled">
|
|
172
|
-
<bool>true</bool>
|
|
173
|
-
</property>
|
|
174
|
-
<property name="geometry">
|
|
175
|
-
<rect>
|
|
176
|
-
<x>0</x>
|
|
177
|
-
<y>20</y>
|
|
178
|
-
<width>431</width>
|
|
179
|
-
<height>141</height>
|
|
180
|
-
</rect>
|
|
181
|
-
</property>
|
|
182
|
-
</widget>
|
|
183
|
-
</widget>
|
|
184
136
|
<widget class="QPushButton" name="pushButton_send">
|
|
185
137
|
<property name="enabled">
|
|
186
|
-
<bool>
|
|
138
|
+
<bool>false</bool>
|
|
187
139
|
</property>
|
|
188
140
|
<property name="geometry">
|
|
189
141
|
<rect>
|
|
190
|
-
<x>
|
|
191
|
-
<y>
|
|
142
|
+
<x>170</x>
|
|
143
|
+
<y>320</y>
|
|
192
144
|
<width>301</width>
|
|
193
145
|
<height>31</height>
|
|
194
146
|
</rect>
|
|
@@ -203,10 +155,10 @@
|
|
|
203
155
|
</property>
|
|
204
156
|
<property name="geometry">
|
|
205
157
|
<rect>
|
|
206
|
-
<x>
|
|
207
|
-
<y>
|
|
208
|
-
<width>
|
|
209
|
-
<height>
|
|
158
|
+
<x>30</x>
|
|
159
|
+
<y>330</y>
|
|
160
|
+
<width>121</width>
|
|
161
|
+
<height>20</height>
|
|
210
162
|
</rect>
|
|
211
163
|
</property>
|
|
212
164
|
<property name="text">
|
|
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|
|
4
4
|
NAME = "aait"
|
|
5
5
|
|
|
6
6
|
# Version du package PyPI
|
|
7
|
-
VERSION = "2.3.
|
|
7
|
+
VERSION = "2.3.11" # la version doit être supérieure à la précédente sinon la publication sera refusée
|
|
8
8
|
|
|
9
9
|
# Facultatif / Adaptable à souhait
|
|
10
10
|
AUTHOR = "Orange community"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|