Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python3
- from PyQt5.QtGui import *
- from PyQt5.QtCore import *
- from PyQt5.QtWidgets import *
- import sys
- from time import time
- col_limit=5
- width = 1024
- height = 768
- cells=[[{'url': '', 'dic': 'Общая лексика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс', 'type': 'selectable', 'comment': ' (the top of the class - первый ученик (в классе))'}, {'url': '', 'dic': '', 'term': 'разряд', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'группа', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'категория', 'type': 'selectable', 'comment': ' (class of problems - круг вопросов)'}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'вид', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'род', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'сорт', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'качество', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'отличие', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'курс', 'type': 'selectable', 'comment': ' (to take classes (in) - проходить курс обучения (где-либо))'}, {'url': '', 'dic': '', 'term': 'труппа', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'отряд', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'общественный класс', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'звание', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'сословие', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'время начала занятий', 'type': 'selectable', 'comment': ' (when is the class? - когда начинаются занятия?)'}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'тип корабля', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'выпуск', 'type': 'selectable', 'comment': ' (студентов или учащихся такого-то года)'}, {'url': '', 'dic': '', 'term': 'урок', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'аудитория', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'секция', 'type': 'selectable', 'comment': ' Tanya Gesse'}, {'url': '', 'dic': '', 'term': 'классовое чувство', 'type': 'selectable', 'comment': ' (appeal to class ivp'}, {'url': '', 'dic': '', 'term': 'год призыва', 'type': 'selectable', 'comment': ' (в армию)'}, {'url': '', 'dic': '', 'term': 'занятия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'устное занятие', 'type': 'selectable', 'comment': ' Alexander Demidov'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'тренинг', 'type': 'selectable', 'comment': ' Moscowtran'}, {'url': '', 'dic': '', 'term': 'шик', 'type': 'selectable', 'comment': ' AlaskaGirl'}], [{'url': '', 'dic': 'SAP финансы', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс закупки', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Авиация', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс', 'type': 'selectable', 'comment': ' (напр. компоновки пассажирской кабины)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Деловая лексика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'курс обучения', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'занятие', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Военный термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'теоретическое занятие', 'type': 'selectable', 'comment': ' Киселев'}, {'url': '', 'dic': '', 'term': 'теоретическое обучение', 'type': 'selectable', 'comment': ' Киселев'}, {'url': '', 'dic': '', 'term': 'призывники одного и того же года рождения', 'type': 'selectable', 'comment': ' Киселев'}, {'url': '', 'dic': '', 'term': 'учебные занятия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'учебные материалы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'тип', 'type': 'selectable', 'comment': ' о кораблях ВМС США Киселев'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Вычислительная техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс', 'type': 'selectable', 'comment': ' (Набор характеристик, задающих общие свойства окон, принадлежащих данному классу)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс классов', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Генетика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс', 'type': 'selectable', 'comment': ' (одна из высших категорий в систематике, состоит из отрядов (у животных) или порядков (у растений) в системе Карла Линнея К. был высшей категорией dimock'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Дипломатический термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ранг', 'type': 'selectable', 'comment': ' (дипломатических представителей)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Иммунология', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'антигены второго класса', 'type': 'selectable', 'comment': ' (антигены гистосовместимости, кодируемые у человека локусами DR, MB, MT и Те)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Контроль качества', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'интервал', 'type': 'selectable', 'comment': ' (значении)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Лесоводство', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'степень', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ступень', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Макаров', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс пшеницы', 'type': 'selectable', 'comment': ' (по стандарту США, соответствует в СССР типу)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'бесконечный класс', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс множеств', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'непересекающиеся классы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'несчётный класс', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'множество', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'непустой класс', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'равномерно ограниченное семейство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'семейство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'совокупность', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'интервал', 'type': 'selectable', 'comment': ' (значений)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'положительный класс', 'type': 'selectable', 'comment': ' (событий)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'единое целое', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'раздел', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'система', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Морской термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'курс', 'type': 'selectable', 'comment': ' (обучения)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс', 'type': 'selectable', 'comment': ' (судна)'}, {'url': '', 'dic': '', 'term': 'тип', 'type': 'selectable', 'comment': ' (корабля)'}], [{'url': '', 'dic': 'Образование', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'поток', 'type': 'selectable', 'comment': ' (a subdivision of the students in an academic department, consisting of a cohort of students of the same academic level Халеев'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'пара', 'type': 'selectable', 'comment': ' ("классом" в англоязычных странах, в переводе на терминологию учебных ВУЗов постсоветского пространства, называют один или два академических часа, с перерывом или без (в зависимости от ВУЗа) между ними. Длительность академического часа в ВУЗах постсоветского пространства может быть в пределах от 40 до 50 минут (также в зависимости от ВУЗа) I need Carl to cover my 3:00 class - Пусть Карл подменит меня на паре в три часа тж. см. a double class Taras'}, {'url': '', 'dic': '', 'term': 'учебная пара', 'type': 'selectable', 'comment': ' Taras'}], [{'url': '', 'dic': 'Программирование', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ключевое слово C++, используемое для объявления основного строительного блока программ', 'type': 'selectable', 'comment': ' (у класса есть имя, члены, механизм управления доступом и т.п) | во-первых, ключевое слово языка программирования вообще не является частью английского языка. во-вторых, мультитран - не толковый словарь. в третьих, "class" как понятие объектно-ориентированного программирования переводится на русский как "класс". | wedjat'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Разговорное выражение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'интеллигентность', 'type': 'selectable', 'comment': ' (свойства характера и поведения высоконравственного и высокодуховного человека the characteristics and behavior of a high-minded, sensitive and moral person)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Сленг', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'высокий стиль', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'высокое качество', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'элегантность', 'type': 'selectable', 'comment': ' Interex'}], [{'url': '', 'dic': 'Строительство', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'категория моста, соответствующая расчётной нагрузке N тонн', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Телекоммуникации', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'категория обслуживания', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ранг', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Химия', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'тип', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Экономика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'учебная группа', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Class', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Военный термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Classification/Classified', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Пожарное дело', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'пожары газов', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'пожары электрооборудования под напряжением', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'class.', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'SAP технические термины', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'классификация', 'type': 'selectable', 'comment': ' 101 class'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Общая лексика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'подготовительный класс', 'type': 'selectable', 'comment': ' Alexander Demidov Class-А/В'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Hi-Fi', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс АВ', 'type': 'selectable', 'comment': ' (режим работы усилителя, при котором выходной каскад работает в классе А при низких уровнях выходного сигнала, а при высоких уровнях переходит в класс В) Class-В'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Hi-Fi', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класс В', 'type': 'selectable', 'comment': ' (режим работы усилителя, при котором положительная полуволна сигнала усиливается одним транзистором или лампой, а отрицательная полуволна - другим) Class 1'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'класса 1', 'type': 'selectable', 'comment': ' dimock'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'class', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Общая лексика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'классифицировать', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'сортировать', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'причислять', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'зачислять в одну категорию', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ставить наряду', 'type': 'selectable', 'comment': ' (с чем-л.)'}, {'url': '', 'dic': '', 'term': 'относить', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'распределять отличия', 'type': 'selectable', 'comment': ' (в результате экзаменов)'}, {'url': '', 'dic': '', 'term': 'составить себе мнение', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'оценить', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ставить наряду с', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'аттестовать', 'type': 'selectable', 'comment': " (распределять студентов или школьников по степеням отличия в результате экзаменов: At a second year's examination Tom was not classed at all. — По итогам экзаменов на втором году обучения Том вообще не был аттестован He obtained a degree, but was not classed. — Он получил диплом, но без отличия. Taras"}], [{'url': '', 'dic': 'Агрохимия', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'делить на классы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Бурение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к категории', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Военный термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к определённому виду', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к определённому классу', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к определённому разряду', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к определённому типу', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к классу', 'type': 'selectable', 'comment': ' (определённому)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Медицина', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'оценивать', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Металлургия', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'подразделять', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Морской термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'присваивать класс', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Переносный смысл', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ставить в один ряд', 'type': 'selectable', 'comment': ' (с - with)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Судостроение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'делить на категории', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Экономика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'относить к определённой категории', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'распределять', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'class', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Общая лексика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'классовый', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'классификационный', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'учебный', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'классный', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'призывники одного года рождения', 'type': 'selectable', 'comment': ' (the 1957 class - призывники 1957 года (рождения)) сословный grafleonov class.'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Инвестиции', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'classification', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'class', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Математика', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'слой', 'type': 'selectable', 'comment': ' (Markov chains)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'CLASS', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Военный термин', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Close Air Support System', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Вычислительная техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Custom Local Area Signaling Services', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Вычислительная техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Centralized Local Area Selective Signaling', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Custom Local Area Signaling Service', 'type': 'selectable', 'comment': ' (Telephony)'}, {'url': '', 'dic': '', 'term': 'Custom Local-Area Signaling Services', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Компьютерная техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'comprehensive satellite link simulation package', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Образование', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Connecting Learning Assures Successful Students', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Connecting Learning And Accountability For Students And Schools', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Connected Learning Assures Student Success', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Clustered Learning For Academic Student Success', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Connected Learning Assures Students Success', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Океанография', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'cross-chain', 'type': 'selectable', 'comment': ' LORAN'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'atmospheric sounding system', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Правительство', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Committee For Law Abiding State Senators', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Религия', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Christian Leaders Authors Speakers Services', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Сокращение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Chameleonic Light Altering Simulated System', 'type': 'selectable', 'comment': ' (US Army)'}, {'url': '', 'dic': '', 'term': 'Closed-Loop Artillery Simulation System', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Coherent Laser radar Airborne Shear Sensor', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Computing, Laser-Aided, Sight System', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Сокращение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Custom Local Area Signaling Service', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Сокращение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Christian Leaders And Speakers Seminar', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Сокращение', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Computerized Labeling and Address Sequence System', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Телекоммуникации', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Custom Local Area Signaling Services', 'type': 'selectable', 'comment': ' (Bellcore)'}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Cell Level Atm Services Simulator', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'classified', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': 'Расширение файла', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Java bytecode', 'type': 'selectable', 'comment': ' (compiled class - application)'}, {'url': '', 'dic': '', 'term': 'Client Access to Systems and Services', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Cooperative Library Agency for Systems and Services', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': '.CLASS', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': 'Вычислительная техника', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'application/octet-stream', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}], [{'url': '', 'dic': '4411 фраза', 'term': '', 'type': 'unselectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'unknown', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Нефтеперерабатывающие заводы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Ebay', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Нефтепромысловый', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Hi-Fi', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Нефть', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'SAP', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Нефть и газ', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'SAP технические термины', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Образование', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'SAP финансы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Общая лексика', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Авиация', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Океанография', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Автодорожное право', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Океанология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Автоматика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Окружающая среда', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Автомобильный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Оружейное производство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Агрохимия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Охрана труда', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Акустика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Парфюмерия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Американизм', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Патенты', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Американский английский', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Переносный смысл', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Аналитическая химия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Пищевая промышленность', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Архитектура', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Пожарное дело', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Астрономия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Полиграфия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Атомная энергия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Политика', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Аудит', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Почта', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Банковское дело', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Правительство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Безопасность', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Программирование', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Биология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Производство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Бокс', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Производство тары', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Британский английский', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Промышленность', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Бухгалтерия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Профессиональный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Бытовая техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Психиатрия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Водоснабжение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Психоанализ', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Военно-морской флот', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Психология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Военный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Разговорное выражение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Воздухоплавание', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Реклама', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Вычислительная техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Релейная защита и автоматика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Газовые турбины', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Религия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Генетика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Рыбоводство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Геология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Рыболовство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Геофизика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Санитария', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Гидрология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сахалин', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Гондурас', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сахалин Р', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Горное дело', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сахалин Ю', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ГОСТ', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Связь', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Гостиничное дело', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сельское хозяйство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Деловая лексика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сетевые технологии', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Деревообработка', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сленг', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Дипломатический термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Собаководство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'ЕБРР', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Сокращение', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Железнодорожный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Солнечная энергия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Живопись', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Социология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Золотодобыча', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Специальный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Зоология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Спорт', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Иммуногенетика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Статистика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Иммунология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Стоматология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Инвестиции', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Страхование', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Ироническое выражение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Строительные конструкции', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'История', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Строительные материалы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Ихтиология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Строительство', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Кабельные производство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Судостроение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Кардиология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Таможенная деятельность', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Картография', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Текстиль', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Кино', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Телекоммуникации', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Клинические исследования', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Телефония', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Коммерция', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Тенгизшевройл', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Компьютерная техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Теория графов', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Коневодство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Теория массового обслуживания', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Контроль качества', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Космонавтика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Торговля', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Кристаллография', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Транспорт', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Лазеры', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Трибология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Лесоводство', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Трубопроводы', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Лингвистика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Туризм', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Логика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Университет', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Логистика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Устаревшее слово', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Майкрософт', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Фармакология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Макаров', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Фармация', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Маркетология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Физика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Математика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Финансы', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Машиностроение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Фразеологизм', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Медицина', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Химические соединения', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Медицинская техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Химическое оружие', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Международные перевозки', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Химия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Металлургия', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Цитаты', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Метеорология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Школьное выражение', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Метрология', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Эвфемизм', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Механика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Экология', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Микроэлектроника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Эконометрика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Молекулярная генетика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Экономика', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Морской термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Электричество', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Мостостроение', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Электроника', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Музыка', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Электротехника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Навигация', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Электрохимия', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Налоги', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Энергетика', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Наркотики', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Энергосистемы', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Научный термин', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Юридический (Н.П.)', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Недвижимость', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Юридический термин', 'type': 'selectable', 'comment': ''}], [{'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Нефтегазовая техника', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}, {'url': '', 'dic': '', 'term': 'Яхтенный спорт', 'type': 'selectable', 'comment': ''}, {'url': '', 'dic': '', 'type': 'unselectable', 'term': '', 'comment': ''}]]
- # Show a table with article entries
- def show_article(cells):
- start=time()
- app = QApplication(sys.argv)
- table = QTableWidget()
- table.resize(width,height)
- assert len(cells) > 0
- assert col_limit >= 2
- table.setRowCount(len(cells))
- table.setColumnCount(col_limit)
- # Insert data into the table
- for i in range(len(cells)):
- for j in range(col_limit):
- label=QLabel()
- #label.setText(cells[i][j]['dic'] + cells[i][j]['term'] + cells[i][j]['comment'])
- label.setText("<span style='font-size:12pt;color:navy;'>%s</span><span style='font-size:12pt;'>%s</span><span style='font-size:10pt;color:gray;'>%s</span>" % (cells[i][j]['dic'],cells[i][j]['term'],cells[i][j]['comment']))
- label.setWordWrap(True)
- label.setAlignment(Qt.AlignLeft|Qt.AlignTop)
- table.setCellWidget(i,j,label)
- # We assume that the first column contains dictionary titles and must be narrower than other columns
- first_col=int((width/col_limit)*0.7)
- standard_col=(width-first_col)/(col_limit-1)
- table.setColumnWidth(0,first_col)
- i=1
- while i < len(cells):
- table.setColumnWidth(i,standard_col)
- i+=1
- # Set a text resize mode
- # If you are using Qt 5, QHeaderView::setResizeMode() is no longer available. Instead, you can use QHeaderView::setSectionResizeMode(). Just call it for every column.
- for i in range(len(cells)):
- table.verticalHeader().setSectionResizeMode(i,QHeaderView.ResizeToContents)
- end=time()
- print('Table has been drawn in %s sec.' % str(end-start))
- table.show()
- app.exec_()
- show_article(cells)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement